Hi Team, Currently I’m working on developing breakout session functionality using video sdk.
let me explain my use case first :
- Parent room : Where all the users will join to attend the meeting
- Child room : A breakout session room where students can split up into groups( 2 members) can join in separate session in between the meeting. child sessions will be dropped after sometimes but before the parent session end.
I have tried createClient(), init(), join() function with new topic to create break out session. but not worked, end up with an issue like “type”:“INVALID_OPERATION”,“reason”:“duplicated operation”.
My question is
- Any specific method or function available to create the breakout rooms ? if not
how can able to create break out rooms in video sdk??