setUserId static method
Set the user ID
Parameter:
userId
The ID of the user/device maintained by the service side.
Implementation
static Future<V2TXLiveCode> setUserId(String userId) async {
return V2TXLivePremierImpl.setUserId(userId);
}
Set the user ID
Parameter:
userId
The ID of the user/device maintained by the service side.
static Future<V2TXLiveCode> setUserId(String userId) async {
return V2TXLivePremierImpl.setUserId(userId);
}