Interface ICallEligibility
public interface ICallEligibility
Properties
IsRingable
Whether the current user can ring this call
bool IsRingable { get; }
Property Value
IsSilent
Whether the call should be joined silently
bool IsSilent { get; }
public interface ICallEligibility
Whether the current user can ring this call
bool IsRingable { get; }
Whether the call should be joined silently
bool IsSilent { get; }