owt-server
owt-server copied to clipboard
Is there any way to update the mixed stream layout on the fly ?
Hi, Is there any way to update the mixed stream layout on the fly? I mean during the call.
Thank you.
I think you can create multiple views in management console.
Hi @Alex-YddeR , Thanks for the reply. What I mean is, during the call I should be able to modify the layout or I should be able to change the position of the streams.
Hi, you can make a layout update: https://software.intel.com/sites/products/documentation/webrtc/restapi/index.html#RESTAPIsection5_3_3
Thanks for the reply @Phillipip . Will try that.
This is a way to change layout on the fly. See: https://github.com/open-webrtc-toolkit/owt-server/issues/1086 Same as: https://software.intel.com/sites/products/documentation/webrtc/restapi/index.html#RESTAPIsection5_3_3 But, when change layout using this api, change stream will not working.
If you solve this issue https://github.com/open-webrtc-toolkit/owt-server/issues/1086 please tell me how to fix this. Thank you.