lockRoom abstract method

Future<NEResult<void>> lockRoom(
  1. bool isLock
)

主持人锁定房间

Implementation

Future<NEResult<void>> lockRoom(bool isLock);