Developer Documentation

On Media Added

On Media Added

Called whenever a peer has added a media (i.e. activated the microphone). Connect to a Bind to On Media Added delegate node to handle this event for the specified room. Will not be called for the local player.

Tip

There might be issues if you create the event manually. Instead, drop a Bind to On Media Added node into the blueprint, drag out from Event until you see the red line. Then release the mouse button and in the drop down choose Add Custom Event. Unreal will create the correct event for you then.

Inputs

NameTypeDescription
DelegatedelegateConnect to a Bind to On Media Added delegate node to get this event triggered once a peer has added a media object.

Outputs

NameTypeDescription
Execexec
Peer IdintegerThe id of the peer that added the media.
MediaMedia Object ReferenceAn 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.
PropertiesProperties Object ReferenceProperties of the media object.
RoomRoom Object ReferenceThe Room object reference for which the event was triggered.