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
intRoomIdandstrRoomId. If you specifystrRoomId, you need to setintRoomIdto0. If you set both, onlyintRoomIdwill be used.
Implementation
int intRoomId;