Our new developer documentation is now available. Please check it out!
OdinHandler.GetMedia
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public PlaybackStream GetMedia(string roomId, long mediaStreamId)
Get the PlaybackStream of a peer in the room
Parameters
Name | Type | Description |
---|---|---|
roomId | String | Room identifier e.g name or token |
mediaStreamId | Int64 | media handle ID |
Returns
Type | Description |
---|---|
PlaybackStream | PlaybackStream or null |