mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Supported screen audio bugfix
parent
d2423b012d
commit
775a7bd436
|
@ -327,10 +327,9 @@ export class OpenViduService {
|
|||
* @returns
|
||||
*/
|
||||
initScreenPublisher(): Promise<Publisher> {
|
||||
|
||||
const properties: PublisherProperties = {
|
||||
videoSource: ScreenType.SCREEN,
|
||||
audioSource: true,
|
||||
audioSource: ScreenType.SCREEN,
|
||||
publishVideo: true,
|
||||
publishAudio: true,
|
||||
mirror: false
|
||||
|
|
Loading…
Reference in New Issue