hyuk Member Nov 15, 2022 #1 Hi, Is there a way to transmit the video by converting the screen 90 degrees when transmitting the video?
Hi, Is there a way to transmit the video by converting the screen 90 degrees when transmitting the video?
Max Administrator Staff member Nov 15, 2022 #2 Good day. You can only make a browser to send a camera orientation data Code: session.createStream({ name: streamName, ... cvoExtension: true }).publish(); but you cannot convert the stream published.
Good day. You can only make a browser to send a camera orientation data Code: session.createStream({ name: streamName, ... cvoExtension: true }).publish(); but you cannot convert the stream published.