Interface IGroupCallDataChannelOptions

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

Properties

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