123456789101112131415161718192021222324252627282930 |
- ---
- properties:
- localUrl:
- remoteUrl:
- displayName:
- sharing: { audio: true, video: true }
- color: "rgb(0,0,0)"
- scripts:
- - |
- this.initialize = function() {
- //console.info( "=============== client.initialize ===============" );
- }
|