openvidu-testapp: fix Session API dialog when no mediaNode
This commit is contained in:
parent
3cc11fbffb
commit
73835701a6
@ -36,6 +36,9 @@ export class SessionApiDialogComponent {
|
||||
this.session = data.session;
|
||||
this.sessionId = data.sessionId;
|
||||
this.recordingProperties = data.recordingProperties;
|
||||
if (!this.recordingProperties.mediaNode) {
|
||||
this.recordingProperties.mediaNode = { id: '' };
|
||||
}
|
||||
}
|
||||
|
||||
closeSession() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user