VivochaMedia

@interface VivochaMedia : NSObject

Defines the current status of the media during a contact.

  • @property (nonatomic, readonly) BOOL isLocalAudioEnabled;

    YES if the local audio is active

  • @property (nonatomic, readonly) BOOL isLocalVideoEnabled;

    YES if the local video is active

  • @property (nonatomic, readonly) BOOL isRemoteAudioEnabled;

    YES if the remote audio is active

  • @property (nonatomic, readonly) BOOL isRemoteVideoEnabled;

    YES if the remote video is active

  • - (BOOL)isAllOff;

    Returns YES if there is no active media