File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,9 @@ export class PublisherMoq extends HTMLElement {
120120 const opts : PublisherOptions = {
121121 url : this . getAttribute ( "src" ) ! ,
122122 fingerprintUrl : this . getAttribute ( "fingerprint" ) ! ,
123- namespace : [ ...( this . getAttribute ( "namespace" ) ! || crypto . randomUUID ( ) ) ] ,
123+ namespace : [
124+ this . getAttribute ( "namespace" ) ! || crypto . randomUUID ( )
125+ ] ,
124126 media : this . mediaStream ,
125127 video : videoConfig ,
126128 audio : audioConfig ,
Original file line number Diff line number Diff line change 11< body >
22 < script src ="/moq-player/moq-publisher.iife.js "> </ script >
3- < publisher-moq src ="https://localhost:4443? namespace=bbb " fingerprint ="https://localhost:4443/fingerprint ">
3+ < publisher-moq src ="https://localhost:4443 " namespace =" bbb " fingerprint ="https://localhost:4443/fingerprint ">
44 </ publisher-moq >
5- </ body >
5+ </ body >
You can’t perform that action at this time.
0 commit comments