Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Jan 5, 2018
1 parent 9839ced commit be788ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/js/rtcClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ class RtcClient{

getDynamicKey(channelName){
// if dynamic not enabled
// return new Deferred().resolve(undefined).promise();
return new Deferred().resolve(undefined).promise();

// if dynamic key enabled
return $.ajax({
url: 'service url to get your dynamic key'
})
// return $.ajax({
// url: 'service url to get your dynamic key'
// })
}

getResolutionArray(reso) {
Expand Down

0 comments on commit be788ed

Please sign in to comment.