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

    Interface MoqAccessConfig

    MoQ access configuration

    MoqAccessConfig

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

    Properties

    publishPath?: null | string

    Path under the root the token grants publish access to

    MoqAccessConfig

    subscribePath?: null | string

    Path under the root the token grants subscribe access to

    MoqAccessConfig