Automated video call between two bots

Copper Contributor

Hi, I'm trying to write a script to run an automated video call between two bots, where instead of streaming video from a camera, they stream a video from a file.

Any ideas on how I can do that?

 

Thanks in advance

2 Replies

@amitbaskin : Hi, I am not sure if it's possible. Have you checked this documentation which talks about Real-time media calling?

@Manish-MSFT Indeed I encountered this documentation and does look like a good direction.

Meanwhile I discovered also this git repository which looks quite relevant for what I'm looking for:

microsoft-graph-comms-samples/Samples/V1.0Samples/LocalMediaSamples at master · microsoftgraph/micro...

 

Thanks!