update one room property
Future<bool> setRoomProperty(String key, String value) async { return ZegoUIKitCore.shared.setRoomProperty(key, value); }