microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
204 stars 220 forks source link

PSI Bot joins with video on and unmuted #703

Closed vigbav36 closed 4 months ago

vigbav36 commented 4 months ago

Describe the issue Psi bot joins with video on and unmuted

Expected behavior Need the bot to be always muted and turn off its video. Should there be a specific way of answering the incoming call to disable video and audio output for bot

Graph SDK

Additional context I am working on top of the psi bot , i have removed the code that does the demo where it relays back the video as screen share

I have also made the following parameters false

public bool EnableScreenSharing => false; public bool EnableVideoOutput => false; public bool EnableAudioOutput => false;