PlanetKitConferenceDelegate

@objc
public protocol PlanetKitConferenceDelegate

Short Data

Mute

Hold/Unhold

Screen Share

Data Session

Screen Share - Broadcast

Shared Contents

Subgroup

Network Status

  • Called when the network is unavailable.

    Declaration

    Swift

    @objc
    optional func networkDidUnavailable(_ conference: PlanetKitConference, willDisconnected seconds: TimeInterval)

    Parameters

    conference

    The conference object.

    willDisconnected

    The remaining time until the conference is disconnected.

  • Called when the network is reavailable.

    Declaration

    Swift

    @objc
    optional func networkDidReavailable(_ conference: PlanetKitConference)

    Parameters

    conference

    The conference object.

Exception