Class AndroidIrisPayloadStrategy

Strategy for getting the seq_id for the iris subscription. It differs for web and android, because the current seq_id is fetched with http request.

Implements

Constructors

Methods

Constructors

Methods

  • Returns Promise<{
        seq_id: number;
        snapshot_app_version: string;
        snapshot_at_ms: number;
    }>