openvidu-components: Supported screen audio bugfix

pull/820/head
Carlos Santos 2023-10-05 17:58:54 +02:00
parent d2423b012d
commit 775a7bd436
1 changed files with 1 additions and 2 deletions

View File

@ -327,10 +327,9 @@ export class OpenViduService {
* @returns * @returns
*/ */
initScreenPublisher(): Promise<Publisher> { initScreenPublisher(): Promise<Publisher> {
const properties: PublisherProperties = { const properties: PublisherProperties = {
videoSource: ScreenType.SCREEN, videoSource: ScreenType.SCREEN,
audioSource: true, audioSource: ScreenType.SCREEN,
publishVideo: true, publishVideo: true,
publishAudio: true, publishAudio: true,
mirror: false mirror: false