updateChatroomInfo method

Future<NIMResult<void>> updateChatroomInfo({
  1. required String roomId,
  2. required NIMChatroomUpdateRequest request,
  3. bool needNotify = true,
  4. Map<String, dynamic>? notifyExtension,
})

更新聊天室信息

Implementation

Future<NIMResult<void>> updateChatroomInfo({
  required String roomId,
  required NIMChatroomUpdateRequest request,
  bool needNotify = true,
  Map<String, dynamic>? notifyExtension,
}) async {
  throw UnimplementedError('updateChatroomInfo is not implemented');
}