getRoomStateNative method

RoomState getRoomStateNative()

获取本地缓存的房间状态

Implementation

RoomState getRoomStateNative() {
  return state;
}