update room properties
Future<bool> updateRoomProperties(Map<String, String> properties) async { return ZegoUIKitCore.shared .updateRoomProperties(Map<String, String>.from(properties)); }