Definition
WebRTC: Real-Time Communication in Browsers defines RTCRtpTransceiverDirection
enum RTCRtpTransceiverDirection {
"sendrecv",
"sendonly",
"recvonly",
"inactive",
"stopped"
};
RTCRtpTransceiverDirection
enumWebRTC: Real-Time Communication in Browsers defines RTCRtpTransceiverDirection
enum RTCRtpTransceiverDirection {
"sendrecv",
"sendonly",
"recvonly",
"inactive",
"stopped"
};