mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: sends 'platform' parameter on joinRoom RPC method
parent
cf2c29db9a
commit
5be51aa9e5
|
@ -1008,6 +1008,7 @@ export class Session implements EventDispatcher {
|
|||
const joinParams = {
|
||||
token: (!!token) ? token : '',
|
||||
session: this.sessionId,
|
||||
platform: platform.description,
|
||||
metadata: !!this.options.metadata ? this.options.metadata : '',
|
||||
secret: this.openvidu.getSecret(),
|
||||
recorder: this.openvidu.getRecorder(),
|
||||
|
|
Loading…
Reference in New Issue