예제 #1
0
 public async Task <TelnyxApiResponse> PlayAsync(string id, ConferencePlayOptions stopOptions, RequestOptions requestOptions = null, CancellationToken ct = default)
 {
     return(await this.CreateEntityAsync(id, this.PostPath, stopOptions, requestOptions, ct));
 }
예제 #2
0
 public TelnyxApiResponse Play(string id, ConferencePlayOptions stopOptions, RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, this.PostPath, stopOptions, requestOptions));
 }