Exemple #1
0
 public override async Task Call(OutgoingCallRequest request)
 {
     var remoteRingingState = new VoipState_RemoteRinging(request);
     await Context.SwitchState(remoteRingingState);
 }
Exemple #2
0
 public override async Task Call(OutgoingCallRequest request)
 {
     var remoteRingingState = new VoipState_RemoteRinging(request);
     await Context.SwitchState(remoteRingingState);
 }