ParticipantDeviceDelegateStub
public final class ParticipantDeviceDelegateStub : ParticipantDeviceDelegate
-
Declaration
Swift
public func onIsSpeakingChanged(participantDevice: ParticipantDevice, isSpeaking: Bool)
-
Declaration
Swift
public func onIsMuted(participantDevice: ParticipantDevice, isMuted: Bool)
-
Declaration
Swift
public func onStateChanged(participantDevice: ParticipantDevice, state: ParticipantDeviceState)
-
Declaration
Swift
public func onStreamCapabilityChanged(participantDevice: ParticipantDevice, direction: MediaDirection, streamType: StreamType)
-
Declaration
Swift
public func onStreamAvailabilityChanged(participantDevice: ParticipantDevice, available: Bool, streamType: StreamType)
-
Declaration
Swift
public func onVideoDisplayErrorOccurred(participantDevice: ParticipantDevice, errorCode: Int)
-
init(onIsSpeakingChanged:
onIsMuted: onStateChanged: onStreamCapabilityChanged: onStreamAvailabilityChanged: onVideoDisplayErrorOccurred: ) Declaration
Swift
public init ( onIsSpeakingChanged: ((ParticipantDevice, Bool) -> Void)? = nil, onIsMuted: ((ParticipantDevice, Bool) -> Void)? = nil, onStateChanged: ((ParticipantDevice, ParticipantDeviceState) -> Void)? = nil, onStreamCapabilityChanged: ((ParticipantDevice, MediaDirection, StreamType) -> Void)? = nil, onStreamAvailabilityChanged: ((ParticipantDevice, Bool, StreamType) -> Void)? = nil, onVideoDisplayErrorOccurred: ((ParticipantDevice, Int) -> Void)? = nil )