Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 7a8fcef

Browse files
committed
Remove IceParameters.
1 parent a9e0aa2 commit 7a8fcef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/Client-Portal Protocol.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,6 @@ A publication can send either media or data, but a QUIC *transport* channel can
572572
id: string(transportId) | null, // null will result to create a new transport channel. Always be null if transport type is webrtc because webrtc agent doesn't support multiple transceivers on a single PeerConnection at this time.
573573
}
574574

575-
object(IceParameters)::
576-
{
577-
usernameFragment: string(UsernameFragment),
578-
password: string(Password)
579-
}
580575
**ResponseData**: undefined if **ResponseStatus** is “ok”.
581576
### 3.3.15 Participant Receives Session Progress
582577
**NotificationName**: “progress”<br>

0 commit comments

Comments
 (0)