Talk to us
Talk to us
menu
superBoard superBoard superBoard superBoard superBoard superBoard

Empower intuitive and flexible collaboration with feature-rich whiteboard

Complete set of tools

Complete set of tools

Support drawing tools, erasers, text, laser pointer, screenshot, redo/undo and more.

Custom background images

Custom background images

Support uploading local images or external image URLs as a whiteboard background image.

Add image

Add image

Support adding images on the whiteboard and drawing, zooming in, and moving the images.

Permission control

Permission control

Support setting the permission of whiteboard operations for each user.

Real-time track sync

Real-time track sync

Set delay display for whiteboard operation to ensure the synchronization with video streams.

Recording and playback

Recording and playback

Support recording video, whiteboard and screen sharing synchronously.

Complete set of tools

Complete set of tools

Support drawing tools, erasers, text, laser pointer, screenshot, redo/undo and more.

Custom background images

Custom background images

Support uploading local images or external image URLs as a whiteboard background image.

Add image

Add image

Support adding images on the whiteboard and drawing, zooming in, and moving the images.

Permission control

Permission control

Support setting the permission of whiteboard operations for each user.

Real-time track sync

Real-time track sync

Set delay display for whiteboard operation to ensure the synchronization with video streams.

Recording and playback

Recording and playback

Support recording video, whiteboard and screen sharing synchronously.

Flexible APIs

Flexible APIs

Control and develop the interactive whiteboard features and UI you want with our flexible APIs.

Ultra-low latency

Ultra-low latency

Real-time synchronization in milliseconds, smooth experience under poor network conditions.

Secure and reliable

Secure and reliable

Ensure the security of whiteboard data through encrypted transmission to create a reliable whiteboard service.

Online whiteboard solution for platform-wide use cases

Education

Improve students' experience and engage them more with whiteboard tools

The interactive whiteboard for teaching helps you turn static classes into dynamic classes that are more manageable and enjoyable since students will go from passive listeners to active makers.

  • Media files support
  • A full set of tools
  • Permission control
  • Recording and playback

Designed for developers, loved by developers

Easy-to-use APIs that you can use flexibly

Guaranteed data privacy and compliance with GDPR

Provide all the guides, tutorials, and sample codes

Serving 4,000+ businesses over the past six years

Fast support and team member consultancy

Start Building
Android Android
iOS iOS
web web
// To create a whiteboard, you need to construct the ZegoCreateWhiteboardConfig configuration class. The field descriptions are as follows:
ZegoCreateWhiteboardConfig config = new ZegoCreateWhiteboardConfig();
// Whiteboard name
config.name = "one test whiteboard";
// Page count of a whiteboard
config.pageCount = 5;
// Width of one page of whiteboard
config.perPageWidth = 960;
// Height of one page of whiteboard
config.perPageHeight = 540;

ZegoSuperBoardManager.getInstance().createWhiteboardView(config, new IZegoSuperBoardCreateCallback() {
    @Override
    public void onViewCreated(int errorCode, @Nullable ZegoSuperBoardSubViewModel subViewModel) {
        Log.d(TAG, "createWhiteboardView() called with: errorCode = [" + errorCode + "], subViewModel = [" + subViewModel + "]");
        if (errorCode == ZegoSuperBoardError.ZegoSuperBoardSuccess) {
            /** Creation succeeded. */
        } else {
            /** Creation failed. */
        }
    }
}); 
Start Building

Quick start

Get started with UIKits

Build engaging apps with an interactive whiteboard in video calls regarding our sample apps.

Docs

SDK Documentation

Checkout our SDK and API documentation to explore more features.

SDKs

SDK Downloads

Add cross-platform interactive whiteboard to your apps using high-flexibility SDKs.

Ready to start building?

Sign up and get 10,000 minutes for free

Start building