Open GlebIsrailevich opened 1 month ago
Please make sure you are also funneling logs from the SDKs GraphLogger into your log stream. The logs you shared don't contain any info about media platform initialization
Please make sure you are also funneling logs from the SDKs GraphLogger into your log stream. The logs you shared don't contain any info about media platform initialization
Some logs from Graph logger are showing after redirecting it to console, but no logs related to media initialization
@GlebIsrailevich Hi Were you able to identify the source of the problem and resolve it?
We trying to run (locally) the EchoBot example (GitHub: microsoftgraph/microsoft-graph-comms-samples/Samples/PublicSamples/EchoBot/). Our prerequisites:
But as i saw in issues its a kind of warning and it will be depreciated soon.
Finally program reaches this Task:
server { listen 12152; proxy_pass 0.tcp.ngrok.io:12152; }