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
Version 1.2.0.850
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
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;