Exemplo n.º 1
0
 public Task SendSdpOffer(SdpOfferResponseArgs args)
 => hubConnection.InvokeAsync(nameof(SendSdpOffer), args);
Exemplo n.º 2
0
 public Task SendSdpOffer(SdpOfferResponseArgs args)
 {
     return(CallOnCurrentClient(c => c.OnSdpOfferReceived(args)));
 }