What is the rate limit of the command channel?

I’m trying to figure out how much data I can push through the command channel. I have an application that requires about 1Mbps currently, but that may go up or down.

Also, if the command channel isn’t the right data transfer mechanism please let me know.

@adam3 ,

command channel might not be the right mechanism if you are looking at 1Mbps type of payload & bandwidth.

Could you share what you might be trying to implement? We are always gathering feedback from the field to understand what developers are requesting for.

We have metadata per video frame that we’re using in the meeting experience. What I really want is something like insertable streams, but I can make do with an independent data channel if the bandwidth is high.