Manjesh Malavalli

Results 75 comments of Manjesh Malavalli

@michalzaq12 , @sundardsTechMind , This error is raised when you are trying to join a Room that does not exist. If you are using the REST API to create Rooms,...

Hi @KaelWD , Thanks for writing in with the request. We are working on a feature that will take care of this dynamically based on the number of participants in...

Hi @KosmyninOleksandr , Thanks for writing in with your issue. Please provide some Room sids so we can begin the investigation. Thanks, Manjesh

Hi @ksocha , We have an internal ticket to work on providing a "trackUnpublished" event on the LocalParticipant. We need to figure out when to signal that event. From an...

Hi @Dosant , Thanks for trying out the VideoProcessor API. Regarding your question about OffscreenCanvas, this API is in pilot/alpha phase, so we are open to changing the API based...

Hi @Dosant , Regarding your statement: > In my case, I ended up calling `inputFrame.transferToImageBitmap()` and transferring an `ImageBitmap` into a web-worker that was then drawn into the worker's own...

@Dosant , Thanks for the clarification. We will add a QuickStart example that demonstrates web workers soon. Thanks, Manjesh

@SanjayBikhchandani , Our examples focus on demonstrating the use of the SDK APIs, so we typically tend to keep our examples simple so that developers don't have to read through...

@markbrouch , > My suggestion for this API would be to simply provide access to the `mediaStream` object and let the implementer determine what to do with it. > >...