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