AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.room
/
CreateRoomOptions
/
CreateRoomOptions
Create
Room
Options
constructor
(
roomName
:
String
=
""
,
password
:
String
=
""
,
isAllMicrophoneDisabled
:
Boolean
=
false
,
isAllCameraDisabled
:
Boolean
=
false
,
isAllScreenShareDisabled
:
Boolean
=
false
,
isAllMessageDisabled
:
Boolean
=
false
)