Our new developer documentation is now available. Please check it out!
Room.RemoveDecoder
public bool RemoveDecoder(ulong peerId, ushort mediaId, out MediaDecoder decoder)
Removes a output media from a remote peer.
Parameters
Name | Type | Description |
---|---|---|
peerId | UInt64 | id of peer |
mediaId | UInt16 | id of a output media |
decoder | MediaDecoder | output media that was removed |
Returns
Type | Description |
---|---|
Boolean | true on decoder found or false |