Skip to content

Commit

Permalink
Merge pull request bigbluebutton#3028 from pedrobmarin/issue-2892
Browse files Browse the repository at this point in the history
Added missing div to fix WebRTC audio for JavaScript API demo
  • Loading branch information
ritzalam committed Feb 26, 2016
2 parents 639b206 + ca5f974 commit ec6b9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bbb-api-demo/src/main/webapp/demo11.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@
</script>
</head>
<body>
<div>
<audio id="remote-media" autoplay="autoplay"></audio>
</div>

<div id="controls">
<button type="button" onclick="getMeetingID()">Get MeetingID</button>
Expand Down

0 comments on commit ec6b9cc

Please sign in to comment.