Through the tutorial in this chapter, you will be familiar with the life cycle of the whiteboard from creation to completion, and event callbacks.
- Create an account in the sdk background, integrate the SDK into the iOS project, and obtain appIdentitier in the background
- In the iOS project, create a whiteboard instance and initialize the SDK
- Communicate with the sdk server, use sdk token to authenticate, create a room to obtain the room uuid and roomToken, or directly query the room token of the uuid of a specific room.
- Call the sdk to join the room method, and pass in uuid and room token.
- Implement the whiteboard room status callback protocol
All the source code of this chapter can be viewed in the Whiteboard Example file project.