public Task StartAsync() { _callSession.Start(); return(Task.CompletedTask); }
public void Start() { _callSession.Start(); }