You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Unique ID for the user. Interoperable with {@link https://developers.google.com/admin-sdk/directory/reference/rest/v1/users | Admin SDK API} and {@link https://developers.google.com/people/api/rest/v1/people | People API.}
219
+
* Unique ID for the user. Interoperable with {@link https://developers.google.com/admin-sdk/directory/reference/rest/v1/users | Admin SDK API} and {@link https://developers.google.com/people/api/rest/v1/people | People API}.
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-candidate-pair | ICE candidate pair stats related to RTCIceTransport}
614
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-candidate-pair | ICE candidate pair stats } related to RTCIceTransport.
615
615
*/
616
616
candidate_pair: CandidatePairSection;
617
617
/**
618
-
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-codec | Codec stats that is currently being used by RTP streams being received by RTCPeerConnection}
618
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-codec | Codec stats } that is currently being used by RTP streams being received by RTCPeerConnection.
619
619
*/
620
620
codec: CodecSection;
621
621
/**
622
-
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-inbound-rtp | RTP stats for inbound stream that is currently received by RTCPeerConnection}
622
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-inbound-rtp | RTP stats } for inbound stream that is currently received by RTCPeerConnection.
623
623
*/
624
624
inbound_rtp: InboundRtpSection;
625
625
/**
626
-
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-media-playout | Media playout stats related to RTCPeerConnection}
626
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-media-playout | Media playout stats } related to RTCPeerConnection.
627
627
*/
628
628
media_playout: MediaPlayoutSection;
629
629
/**
630
-
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-transport | Transport stats related to RTCPeerConnection}
630
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-transport | Transport stats } related to RTCPeerConnection.
631
631
*/
632
632
transport: TransportSection;
633
633
/**
634
-
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-local-candidate | ICE candidate stats for the local candidate related to RTCPeerConnection}
634
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-local-candidate | ICE candidate stats } for the local candidate related to RTCPeerConnection.
635
635
*/
636
636
local_candidate: IceCandidateSection;
637
637
/**
638
-
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-remote-candidate | ICE candidate stats for the remote candidate related to RTCPeerConnection}
638
+
* {@link https://www.w3.org/TR/webrtc-stats/#dom-rtcstatstype-remote-candidate | ICE candidate stats } for the remote candidate related to RTCPeerConnection.
0 commit comments