Beispiel #1
0
 public async Task <TelnyxApiResponse> StopAsync(string id, StopAudioOptions stopOptions, RequestOptions requestOptions = null, CancellationToken ct = default)
 {
     return(await this.CreateEntityAsync(id, stopURI, stopOptions, requestOptions, ct));
 }
Beispiel #2
0
 public TelnyxApiResponse Stop(string id, StopAudioOptions stopOptions, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, stopURI, stopOptions, requestOptions));
 }