EnterParams
@objcMembers
@objc(SBCRoomEnterParams)
public class EnterParams : NSObject
A class that provides the methods to enable audio and video settings.
Since
1.6.0-
Enables a participant’s video settings when entering a room.
Since
1.6.0Declaration
Swift
public var isVideoEnabled: Bool -
Enables a participant’s audio settings when entering a room.
Declaration
Swift
public var isAudioEnabled: Bool -
Initializes
RoomEnterParams.Declaration
Swift
public init(isVideoEnabled: Bool = true, isAudioEnabled: Bool = true)Parameters
isVideoEnabledif
true, enables a participant’s video settings when entering a room.isAudioEnabledif
true, enables a participant’s audio settings when entering a room. -
Initializes
RoomEnterParams.Declaration
Swift
override public convenience init()
View on GitHub
EnterParams Class Reference