opentok-layout-js
Version:
Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.
21 lines (20 loc) • 377 B
Plain Text
{
"globalstrict": true,
"node": true,
"browser": true,
"esnext": true,
"strict": false,
"camelcase": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"indent": 2,
"latedef": true,
"maxlen": 100,
"newcap": true,
"quotmark": "single",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true
}