Skip to content

Commit

Permalink
[Fix] Added mediaOptions connection parameter for room API
Browse files Browse the repository at this point in the history
  • Loading branch information
flashphoner committed Jun 15, 2017
1 parent 1620251 commit 06481e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/room-module.js
Expand Up @@ -35,6 +35,7 @@ var appSession = function(options) {
var roomHandlers = {};
var session = Flashphoner.createSession({
urlServer: options.urlServer,
mediaOptions: options.mediaOptions,
appKey: ROOM_REST_APP,
custom: {
login: options.username
Expand Down

0 comments on commit 06481e1

Please sign in to comment.