Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created September 1, 2015 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kypflug/6f345b61e9af76be343a to your computer and use it in GitHub Desktop.
Save kypflug/6f345b61e9af76be343a to your computer and use it in GitHub Desktop.
var recvAudioCaps = RTCRtpReceiver.getCapabilities("audio");
var recvVideoCaps = RTCRtpReceiver.getCapabilities("video");
var sendAudioCaps = RTCRtpSender.getCapabilities("audio");
var sendVideoCaps = RTCRtpSender.getCapabilities("video");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment