Table of Contents

Class CallEligibility

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class CallEligibility : Entity, ICallEligibility
Inheritance
object
CallEligibility
Implements

Properties

IsRingable

Whether the current user can ring this call

public bool IsRingable { get; }

Property Value

bool

IsSilent

Whether the call should be joined silently

public bool IsSilent { get; }

Property Value

bool

Methods

Create(FluxerBaseClient, CallEligibilityJson)

Create a CallEligibility object from json.

public static CallEligibility Create(FluxerBaseClient client, CallEligibilityJson json)

Parameters

client FluxerBaseClient
json CallEligibilityJson

Returns

CallEligibility