API is not initialized

hyuk

Member
It worked normally the first time I used it.
I try to use it again after initing the room sdk without reloading the page, but the error occurs.

If you try to use RoomApi.connect again after init fails, you will receive the error.

When does this problem usually occur?
 
Last edited:

Max

Administrator
Staff member
Good day.
The Flashphoner.init() method must be called once per one page (for example, on page loading). Then you don't need to reinit WebSDK again.
 
Top