How to use the IBOCreator class in C#

Thanks, @ekaram, I have updated the section Get the Controller in SDK.

I accidentally put the file meeting_bo_wrap.cpp when it should have been meeting_service_wrap.cpp.

That resulted in a linker error.

Now it compiles fine. The meeting_breakout_rooms_interface_v2.h just needs to be in one place common_include.h.

2 Likes

Thank you so much! it works as expected! (

To whoever stumbles again on this. I’m going to paste a link to drive to the code. Hopefully, this is helpful to others until Zoom adds the code themselves

there are two Zip files (please note that these are all based on v5.4.54802.0124)

  • zoom_sdk_c_sharp_wrap (This is one from the tutorial. Includes other edits as well from me)
    You would get this code if the tutorial is properly followed. It would add the BO functionality besides the old one. (Preferable one) (Zoom Windows SDK Extension for C#)
  • WrapperModifications From Zoom (this is the one from Michael. The BO according to him still needs work but it replaces the old breakout room function)

The edits in the new wrapper:

  • Is talking
  • OnCoHostChange Notification
  • /meeting_breakout_rooms_interface_v2.h is implemented

https://drive.google.com/drive/folders/1ISmJ7fRf7_D45ohTJJd-T7JooKxtzTgc?usp=sharing

2 Likes

@ekaram @ratuthit

You guys are rockstars! :slight_smile:
Thank you so much for this!

Michael

1 Like

Hi Ekaram, thanks a lot for your help. Could you explain me how to create the new “.dll” from the code insideyour drive?

Best
Neri

1 Like

@neri.pecchioli
How to create new dll

  1. open the folder labeled zoom_sdk_c_sharp_wrap folder
  2. Click on zoom_sdk_c_sharp_wrap.sln
  3. Edit the files to expand the wrappers functionalities
  4. Select Release from the build mode

image
5. Right-click on zoom_sdk_dotnet_wrap in the hierarchy and click on build or rebuild

  1. Right click on zoom_sdk_dotnet_wrap in the hierarchy and click on build or rebuild
1 Like

Thanks a Million for your precious Help!! Now it works!
If I may, could you tell me if in the wrapper on your GDrive link you have just included also the IBOattende function with the possibility of joining the room?

Thanks a lot
Neri

Thank you for your assistance @ekaram!

Michael

1 Like

Those are there but they might be broken based on the answer here.

So they might not work

1 Like

Closing as resolved.

-Tommy

1 Like