ParticipantDeviceDelegateStub
public final class ParticipantDeviceDelegateStub : ParticipantDeviceDelegate
Undocumented
-
Declaration
Swift
public func onIsSpeakingChanged(participantDevice: ParticipantDevice, isSpeaking: Bool)
-
Declaration
Swift
public func onIsMuted(participantDevice: ParticipantDevice, isMuted: Bool)
-
Declaration
Swift
public func onConferenceJoined(participantDevice: ParticipantDevice)
-
Declaration
Swift
public func onConferenceLeft(participantDevice: ParticipantDevice)
-
Declaration
Swift
public func onStreamCapabilityChanged(participantDevice: ParticipantDevice, direction: MediaDirection, streamType: StreamType)
-
Declaration
Swift
public func onStreamAvailabilityChanged(participantDevice: ParticipantDevice, available: Bool, streamType: StreamType)
-
init(onIsSpeakingChanged:
onIsMuted: onConferenceJoined: onConferenceLeft: onStreamCapabilityChanged: onStreamAvailabilityChanged: ) Undocumented
Declaration
Swift
public init ( onIsSpeakingChanged: ((ParticipantDevice, Bool) -> Void)? = nil, onIsMuted: ((ParticipantDevice, Bool) -> Void)? = nil, onConferenceJoined: ((ParticipantDevice) -> Void)? = nil, onConferenceLeft: ((ParticipantDevice) -> Void)? = nil, onStreamCapabilityChanged: ((ParticipantDevice, MediaDirection, StreamType) -> Void)? = nil, onStreamAvailabilityChanged: ((ParticipantDevice, Bool, StreamType) -> Void)? = nil )