OdinHandler.GetMedia
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 |