Returns the direction of the media from our perspective. The value is one of: 'none', 'inbound', 'outbound', 'bidirectional', or 'unknown'.
Returns the remote address (and port) of where the RTCP originates.
Returns the remote address (and port) of where the RTP originates.
Returns the last received signal level.
Returns the last transmitted signal level.
Adjust the signal level of the audio sent to this Media by making it louder or quieter: a val of 1.0 means no level adjustment and a val of 0 means to mute.
Adjust the signal level of the audio sent from this Media by making it louder or quieter: a val of 1.0 means no level adjustment and a val of 0 means to mute.
Immediately closes the Media. This can be useful to do explicitly since v8's garbage collector is quite lazy. After calling this, using this particular Media instance (and its methods) is useless.
Starts transmitting to sink.
Stops transmitting to sink.
Generated using TypeDoc
AudioMedia