CallOptions
public struct CallOptions
-
This allows to choose the media type to establish a call
Declaration
Swift
public private(set) var streamTypeForOutgoingCall: StreamType { get }
-
Declaration
Swift
public private(set) var isAudioMuted: Bool { get }
-
Declaration
Swift
public private(set) var isVideoMuted: Bool { get }
-
Declaration
Swift
public init(streamTypeForOutgoingCall: StreamType = .video, isAudioMuted: Bool = false, isVideoMuted: Bool = false)