@fishjam-cloud/js-server-sdk - v0.29.0-rc.2
    Preparing search index...

    Interface MoqAccess

    Connection details for a MoQ relay client

    MoqAccess

    interface MoqAccess {
        connection_url: string;
        token: string;
    }
    Index

    Properties

    connection_url: string

    Relay connection URL with the JWT embedded as a ?jwt= query parameter. Pass directly to a MoQ client SDK.

    MoqAccess

    token: string

    JWT authorizing the MoQ relay connection, also embedded in connection_url

    MoqAccess