Hello, all
Were just testing some options for Web Meetings SDK.
Have tried using the joinTest endpoint, to hopefully enter a test meeting, that behaves as the test meeting that can be joined from this webpage:
Have pass to the joinTest function a normal, initialled meeting, but the function fails with this error:
You are join an normal meeting use joinTest, please switch join
Object { method: “joinTest”, status: false, result: null, errorMessage: “join/joinTest function fail, please check your console”, errorCode: “” }
errorCode: “”
errorMessage: “join/joinTest function fail, please check your console”
method: “joinTest”
result: null
status: false
Seems that i cannot use any meeting, but there are test meetings that can be joined.
It is possible to programatically create one of this test meetings, or get the use of one of this test meetings?
Seems that we would need a meeting number and pass, but do not know how to get this info
Can you please help clarify this?