@fishjam-cloud/js-server-sdk - v0.27.0
    Preparing search index...

    Interface MoqTokenConfig

    MoQ token configuration

    MoqTokenConfig

    interface MoqTokenConfig {
        publishPath?: null | string;
        subscribePath?: null | string;
    }
    Index

    Properties

    publishPath?: null | string

    Path under the root the token grants publish access to

    MoqTokenConfig

    subscribePath?: null | string

    Path under the root the token grants subscribe access to

    MoqTokenConfig