Interfaces MessageExchange with other components.

interface MessageExchangeContext {
    channel: MessageChannel;
    localSessionParameters: SessionParameters;
    resubmissionStarted(): void;
}

Properties

localSessionParameters: SessionParameters

Methods

  • Returns void