Skip to content

Commit 91a9bf0

Browse files
Update session description handler documentation
- State that it only supports up to one audio/video track per session - Issue #960
1 parent 961a487 commit 91a9bf0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/session-description-handler.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

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.
66

77
## Reference Documentation
88

@@ -204,3 +204,9 @@ See [docs](./session-description-handler/sip.js.sessiondescriptionhandler.md) fo
204204
`SessionDescriptionHandler` has a `peerConnectionDelegate` property.
205205

206206
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

Comments
 (0)