Home > borogove > Chat > addMedia

Chat.addMedia() method

Add additional media streams to the active call in this chat.

Signature:

addMedia(streams: Array<MediaStream markdown="1">): void;

Parameters

Parameter Type Description
streams Array<MediaStream> media streams to add to the current session

Returns:

void