Skip to content

Commit 2be27b9

Browse files
koumiGooglecopybara-github
authored andcommitted
fix: minor comment formatting changes datachannel types
PiperOrigin-RevId: 723570924
1 parent f283dab commit 2be27b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

web/types/datachannels.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export declare interface BaseParticipant extends ResourceSnapshot {
216216
*/
217217
export declare interface SignedInUser {
218218
/**
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.}
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}.
220220
* Format: `users/{user}`
221221
*/
222222
user: string;
@@ -611,31 +611,31 @@ export declare interface StatTypes {
611611
// channel.
612612
// tslint:disable: enforce-name-casing
613613
/**
614-
* {@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.
615615
*/
616616
candidate_pair: CandidatePairSection;
617617
/**
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.
619619
*/
620620
codec: CodecSection;
621621
/**
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.
623623
*/
624624
inbound_rtp: InboundRtpSection;
625625
/**
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.
627627
*/
628628
media_playout: MediaPlayoutSection;
629629
/**
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.
631631
*/
632632
transport: TransportSection;
633633
/**
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.
635635
*/
636636
local_candidate: IceCandidateSection;
637637
/**
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.
639639
*/
640640
remote_candidate: IceCandidateSection;
641641
// tslint:enable: enforce-name-casing

0 commit comments

Comments
 (0)