Skip to main content
Version: 1.x

Remove Media From Room

Remove Media From Room

Removes a previously added capture media object from the room and destroys it.

Inputs​

NameTypeDescription
Execexec
RoomobjectThe room from which the media shall be removed.
MediaobjectThe media which should be removed.
On ErrordelegateDelegate to handle errors while removing a media from a room.
On SuccessdelegateCalled when the media has been successfully removed from the room.

Outputs​

NameTypeDescription
Execexec
On ResponseexecCalled when the gateway has returned its response. Use the success output to understand if anything went fine.
Successbooleantrue if the media has been successfully removed.