intRoomId property
getter/setter pair
- Description: Numeric room ID. The room ID must be of the same type as that in TRTCParams.
- Value range: 1-4294967294
- Note: You cannot use both
intRoomId
andstrRoomId
. If you specifystrRoomId
, you need to setintRoomId
to0
. If you set both, onlyintRoomId
will be used.
Implementation
int intRoomId;