You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2023. It is now read-only.
var webrtc = ElementFactory.Make("webrtcbin", "webrtc");
var caps = Caps.FromString("application/x-rtp,media=video,encoding-name=VP8/9000,payload=96");
var direction = WebRTCRTPTransceiverDirection.Recvonly;
webrtc.Emit("add-transceiver", WebRTCRTPTransceiverDirection.Recvonly, caps);
Simple reproduce:
Throws the error:
Invalid parameter type: expected , got Gst.WebRTC.WebRTCRTPTransceiverDirection
Link to documentation for
add-transceiver
: https://gstreamer.freedesktop.org/documentation/webrtc/index.html?gi-language=c#webrtcbin::add-transceiverThe text was updated successfully, but these errors were encountered: