intRoomId property

int intRoomId
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 and strRoomId. If you specify strRoomId, you need to set intRoomId to 0. If you set both, only intRoomId will be used.

Implementation

int intRoomId;