Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClientCancellableCall

Hierarchy

  • ClientCancellableCall

Index

Properties

Methods

Properties

Static Readonly rejected

rejected: ClientCancellableCall = new ClientCancellableCall()

Methods

cancel

  • cancel(): void
  • Cancel the ongoing call. Results in the call ending with a CANCELLED status, unless it has already ended with some other status.

    Returns void

getPeer

  • getPeer(): string
  • Get the endpoint this call/stream is connected to.

    Returns string

    The URI of the endpoint or an empty string if the call never reached the server

Static accept

Generated using TypeDoc