Table of Contents

Interface ICallEligibility

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface ICallEligibility

Properties

IsRingable

Whether the current user can ring this call

bool IsRingable { get; }

Property Value

bool

IsSilent

Whether the call should be joined silently

bool IsSilent { get; }

Property Value

bool