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
Copy file name to clipboardExpand all lines: docs/session-description-handler.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
The `SessionDescriptionHandler` class provides an implementation of which adhears to the `SessionDescriptionHandler` interface required by the [API](./api.md). The class is intended to be suitable for extending to provide custom behaviour if needed.
5
+
The `SessionDescriptionHandler` class provides an implementation of which adhears to the `SessionDescriptionHandler` interface required by the [API](./api.md). The class is intended to be suitable for extending to provide custom behaviour if needed. It supports up to one audio track and/or one video track per session.
6
6
7
7
## Reference Documentation
8
8
@@ -204,3 +204,9 @@ See [docs](./session-description-handler/sip.js.sessiondescriptionhandler.md) fo
204
204
`SessionDescriptionHandler` has a `peerConnectionDelegate` property.
205
205
206
206
See [docs](./session-description-handler/sip.js.sessiondescriptionhandler.md) for more info.
207
+
208
+
## How do I use more than one audio and one video track?
209
+
210
+
`SessionDescriptionHandler` only supports up to one audio and one video track.
211
+
212
+
A custom session description handler needs to be created to support more tracks.
0 commit comments