RTPProps: {
    drop: number;
    nack: number;
    result: boolean;
    type: string;
}

RTPProps is a structure returned by IController.onRTPProps event. It contains the RTP controller statistics.

Type declaration

  • drop: number
  • nack: number
  • result: boolean
  • type: string

Generated using TypeDoc