NXMMediaEvent

Objective-C

@interface NXMMediaEvent : NXMEvent

Swift

class NXMMediaEvent : NXMEvent

Represents a media event that is sent and received on an NXMConversation.

  • Whether media is enabled or not.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isEnabled;

    Swift

    var isEnabled: Bool { get }
  • Whether media is suspended or not.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isSuspended;

    Swift

    var isSuspended: Bool { get }