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