Class Invitation

This class allows access to the details of each outgoing invitation in a Conference

Link

method should be used to obtain the list of instances of this class. This is an immutable object, the private setters return a new object instance.

Hierarchy

  • Invitation

Properties

_hasStreams: boolean = false
canceled: boolean = false
mediaTypes: MediaTypes
responseCode?: number
timestamp: number = ...
to: string

Methods

  • Returns The response code of the invitation. This will be a 200 (OK) when the invited user accepts the invitation.

    Returns undefined | number

  • Returns the timestamp when this invitation object was created. This is useful to keep the client showing the invitations with errors for a period of time.

    Returns number

  • Returns true when the conference room has a stream associated to the invited user.

    Returns boolean

  • Utility method that returns true when the invitation does not has a response code and it it not cancelled.

    Returns boolean

Generated using TypeDoc