Our new developer documentation is now available. Please check it out!
OdinRoom.UnlinkInputMedia
public virtual bool UnlinkInputMedia(MediaEncoder encoder, bool free = true)
Remove a input media encoder from the corresponding room.
Parameters
Name | Type | Description |
---|---|---|
encoder | MediaEncoder | input media |
free | Boolean | flag if the freed up encoder id will be available for the room again |
Returns
Type | Description |
---|---|
Boolean | true on stop or false |