Our new developer documentation is now available. Please check it out!
Room.GetDecoder
public bool GetDecoder(ulong peerId, ushort mediaId, out MediaDecoder decoder)
Get a decoder from RemotePeers by id
Parameters
Name | Type | Description |
---|---|---|
peerId | UInt64 | id of peer |
mediaId | UInt16 | id of output media |
decoder | MediaDecoder | output object or null |
Returns
Type | Description |
---|---|
Boolean | true on decoder found or false |