Skip to content

Commit

Permalink
Update session description handler documentation
Browse files Browse the repository at this point in the history
- State that it only supports up to one audio/video track per session
- Issue #960
  • Loading branch information
john-e-riordan committed Oct 21, 2022
1 parent 961a487 commit 91a9bf0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/session-description-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

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

## Reference Documentation

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

See [docs](./session-description-handler/sip.js.sessiondescriptionhandler.md) for more info.

## How do I use more than one audio and one video track?

`SessionDescriptionHandler` only supports up to one audio and one video track.

A custom session description handler needs to be created to support more tracks.

0 comments on commit 91a9bf0

Please sign in to comment.