Skip to content
Snippets Groups Projects
Commit 264ee480 authored by hristoterezov's avatar hristoterezov
Browse files

fix(jitsi_meet_postmessage): The format of the params passed via postis

parent 40ff25d6
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,10 @@ class RemoteControl {
* @param {Object} event the remote control event.
*/
sendEvent(event) {
this.channel.send({method: REMOTE_CONTROL_EVENT_TYPE, params: event});
this.channel.send({
method: REMOTE_CONTROL_EVENT_TYPE,
params: [event]
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment