RtpStreamSettings interface
A description of an incoming RTP stream
Signature:
export interface RtpStreamSettingsProperties
| Property | Type | Description | 
|---|---|---|
| string | The interface to bind to, "loopback" and "any" are special cases and anything else will be interpreted as the name of a network interface | |
| string | The IP Address to join the RTP stream on | |
| number | The port to connect to for the associated RTCP stream | |
| number | The port to connect to for the RTP stream itself | |
| number | A streamID to assign to the outgoing stream key | |
| RtpLinearPcm | RtpEac3 | RtpMpeg4GenericAacHbr | RtpH264 | RtpHEVC | A description of the stream being joined |