SfuSample: {
    customSfuEvents?: CustomSfuEvent[];
    extensionStats?: SfuExtensionStats[];
    inboundRtpPads?: SfuInboundRtpPad[];
    marker?: string;
    outboundRtpPads?: SfuOutboundRtpPad[];
    sctpChannels?: SfuSctpChannel[];
    sfuId: string;
    timeZoneOffsetInHours?: number;
    timestamp: number;
    transports?: SfuTransport[];
}

docs

Type declaration

  • Optional customSfuEvents?: CustomSfuEvent[]

    User provided custom call events

  • Optional extensionStats?: SfuExtensionStats[]

    The Sfu provided custom stats payload

  • Optional inboundRtpPads?: SfuInboundRtpPad[]

    The Sfu Inbound Rtp Pad obtained measurements

  • Optional marker?: string

    Special marker for the samples

  • Optional outboundRtpPads?: SfuOutboundRtpPad[]

    The Sfu Outbound Rtp Pad obtained measurements

  • Optional sctpChannels?: SfuSctpChannel[]

    The Sfu Outbound Rtp Pad obtained measurements

  • sfuId: string

    Unique generated id for the sfu samples are originated from

  • Optional timeZoneOffsetInHours?: number

    The offset from GMT in hours

  • timestamp: number

    The timestamp the sample is created in GMT

  • Optional transports?: SfuTransport[]

    The Sfu Transports obtained measurements

Generated using TypeDoc