Class CallEligibility
Fluxer entity with client attached.
public class CallEligibility : Entity, ICallEligibility
- Inheritance
-
objectCallEligibility
- Implements
Properties
IsRingable
Whether the current user can ring this call
public bool IsRingable { get; }
Property Value
IsSilent
Whether the call should be joined silently
public bool IsSilent { get; }
Property Value
Methods
Create(FluxerBaseClient, CallEligibilityJson)
Create a CallEligibility object from json.
public static CallEligibility Create(FluxerBaseClient client, CallEligibilityJson json)
Parameters
clientFluxerBaseClientjsonCallEligibilityJson