예제 #1
0
 private async Task KickoutAsync(string userPhoneId)
 {
     await _sdkService.HostKickoutUser(userPhoneId);
 }