add missing comma

This commit is contained in:
crapthings 2018-03-27 14:06:28 +08:00 committed by GitHub
parent 6ce0d51c03
commit 194b62a4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ var optionalOpts = {
left: 0, left: 0,
customParam: 'blah' // custom parameters supported customParam: 'blah' // custom parameters supported
} }
} },
// RTCPeerConnection config object (only used in browser) // RTCPeerConnection config object (only used in browser)
rtcConfig: {}, rtcConfig: {},
// User-Agent header for http requests // User-Agent header for http requests