matrix-js-sdk
    Preparing search index...

    Interface IGroupCallDataChannelOptions

    interface IGroupCallDataChannelOptions {
        maxPacketLifeTime: number;
        maxRetransmits: number;
        ordered: boolean;
        protocol: string;
    }
    Index

    Properties

    maxPacketLifeTime: number
    maxRetransmits: number
    ordered: boolean
    protocol: string