ConnectionLink: {
    active: boolean;
    from: string;
    id: string;
    inboundBitrate: number;
    inboundPacketLossPercent?: number;
    outboundBitrate: number;
    outboundPacketLossPercent?: number;
    status: ConnectionQualityStatus;
    to: string;
    type: "direct" | "relay";
}

Type declaration

  • active: boolean
  • from: string
  • id: string
  • inboundBitrate: number
  • Optional inboundPacketLossPercent?: number
  • outboundBitrate: number
  • Optional outboundPacketLossPercent?: number
  • status: ConnectionQualityStatus
  • to: string
  • type: "direct" | "relay"