sip.js.webaudiosessiondescriptionhandler.joinwith.md
October 21, 2022 ยท View on GitHub
Home > sip.js > WebAudioSessionDescriptionHandler > joinWith
WebAudioSessionDescriptionHandler.joinWith() method
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Join (conference) media streams with another party.
Signature:
joinWith(peer: WebAudioSessionDescriptionHandler): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| peer | WebAudioSessionDescriptionHandler | The session description handler of the peer to join with. |
Returns:
void