many environments say that h264 support in the hb64 browser in webrtc, but I can not find any information.
How to enable h264 in webrtc?
These are my mediaConstraints
var mediaConstraints = {
video: {
mandatory: {
maxWidth: 640,
maxHeight: 480
}
},
audio: true
};
source
share