Remove Media From Room

Removes a previously added capture media object from the room and destroys it.
Inputs
| Name | Type | Description |
|---|---|---|
| Exec | exec | |
| Room | object | The room from which the media shall be removed. |
| Media | object | The media which should be removed. |
| On Error | delegate | Delegate to handle errors while removing a media from a room. |
| On Success | delegate | Called when the media has been successfully removed from the room. |
Outputs
| Name | Type | Description |
|---|---|---|
| Exec | exec | |
| On Response | exec | Called when the gateway has returned its response. Use the success output to understand if anything went fine. |
| Success | boolean | true if the media has been successfully removed. |