client.vwf.json 273 B

123456789101112131415161718
  1. {
  2. "properties": {
  3. "localUrl": null,
  4. "remoteUrl": null,
  5. "displayName": null,
  6. "sharing": {
  7. "audio": true,
  8. "video": true
  9. },
  10. "color": "rgb(0,0,0)"
  11. },
  12. "methods": {
  13. "initialize": {}
  14. },
  15. "scripts": {
  16. "source": "client.js"
  17. }
  18. }