plugNmeet JS SDK - v2.2.0
    Preparing search index...

    Type Alias TurnCredentials

    TurnCredentials: Message<"plugnmeet.TurnCredentials"> & {
        username: string;
        password: string;
        uris: string[];
        forceTurn: boolean;
        fallbackTurn: boolean;
        fallbackTimerDuration: string;
        fallbackOnFlapping?: FallbackOnFlapping;
    }

    Type Declaration

    • username: string

      from field: string username = 1;

    • password: string

      from field: string password = 2;

    • uris: string[]

      from field: repeated string uris = 3;

    • forceTurn: boolean

      from field: bool force_turn = 4;

    • fallbackTurn: boolean

      from field: bool fallback_turn = 5;

    • fallbackTimerDuration: string

      The duration in Seconds to wait with a poor connection before triggering the fallback.

      from field: int64 fallback_timer_duration = 6 [jstype = JS_STRING];

    • OptionalfallbackOnFlapping?: FallbackOnFlapping

      from field: optional plugnmeet.FallbackOnFlapping fallback_on_flapping = 7;

    from message plugnmeet.TurnCredentials