vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
RTCRtpTransceiver
Interface RTCRtpTransceiver
MDN Reference
interface
RTCRtpTransceiver
{
currentDirection
:
null
|
RTCRtpTransceiverDirection
;
direction
:
RTCRtpTransceiverDirection
;
mid
:
null
|
string
;
receiver
:
RTCRtpReceiver
;
sender
:
RTCRtpSender
;
setCodecPreferences
(
codecs
:
RTCRtpCodec
[]
)
:
void
;
stop
()
:
void
;
}
Index
Properties
current
Direction
direction
mid
receiver
sender
Methods
set
Codec
Preferences
stop
Properties
Readonly
current
Direction
currentDirection
:
null
|
RTCRtpTransceiverDirection
MDN Reference
direction
direction
:
RTCRtpTransceiverDirection
MDN Reference
Readonly
mid
mid
:
null
|
string
MDN Reference
Readonly
receiver
receiver
:
RTCRtpReceiver
MDN Reference
Readonly
sender
sender
:
RTCRtpSender
MDN Reference
Methods
set
Codec
Preferences
setCodecPreferences
(
codecs
:
RTCRtpCodec
[]
)
:
void
MDN Reference
Parameters
codecs
:
RTCRtpCodec
[]
Returns
void
stop
stop
()
:
void
MDN Reference
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Direction
direction
mid
receiver
sender
Methods
set
Codec
Preferences
stop
vot.js - v2.4.12
Loading...
MDN Reference