I am trying to enable Whiteboard using Circuit SDK by running enableWhiteboard(callId, viewbox), where callId is the ID of the current call and viewbox an object containing the device's screen width and height. When I call it, the response code is "SERVICE_EXCEPTION" and errorCode is "UNEXPECTED_ERROR", with info being "General Client API service exception: null".
The log captured using Chrome is linked below:
Circuit SDK - enableWhiteboard() log
What am I doing wrong? That exception is turning out to be hard to debug, but I think I may be missing something.
Thanks!