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
|
* @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
|
||||||
|
|
Loading…
Reference in New Issue