On Media Added

Called whenever a peer has added a media (i.e. activated the microphone). Connect to a
Inputs
| Name | Type | Description |
|---|---|---|
| Delegate | delegate | Connect to a |
Outputs
| Name | Type | Description |
|---|---|---|
| Exec | exec | |
| Peer Id | integer | The id of the peer that added the media. |
| Media | object | An object reference to the media added to the room for the peer. Assign this media object to an Odin Synth Component for audio to be played in-game. |
| Properties | object | Properties of the media object. |
| Room | object | The Room object reference for which the event was triggered. |