setCustomInfoForUser method
7.7 Set custom info for user in the room
userId
userId for user.
customInfo
custom info for user.
Implementation
@override
Future<TUIActionCallback> setCustomInfoForUser(
String userId, Map<String, String> customInfo) {
return _engineNative.setCustomInfoForUser(userId, customInfo);
}