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
isVideoEnabled
if
true
, enables a participant’s video settings when entering a room.isAudioEnabled
if
true
, enables a participant’s audio settings when entering a room. -
Initializes
RoomEnterParams
.Declaration
Swift
override public convenience init()