TrisVox

Results 1 issues of TrisVox

I am trying to cancel the call on establishing state. This is my code: const currentState = this.session.state; switch (currentState) { case SessionState.Initial: case SessionState.Establishing: // An unestablished outgoing session...