Our application was working fine suddenly a strange exception throws from the opentok while trying to create the session.
Could you please suggest us to, what has to be done to avoid this exception?
Exception details are given below:
Caused by: com.opentok.exception.OpenTokException:
org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>". at
com.opentok.util.TokBoxXML.<init>(TokBoxXML.java:27) at
com.opentok.api.OpenTokSDK.do_request(OpenTokSDK.java:201) at
com.opentok.api.OpenTokSDK.create_session(OpenTokSDK.java:182) at
com.opentok.api.OpenTokSDK.create_session(OpenTokSDK.java:150) at
com.opentok.api.OpenTokSDK$create_session.call(Unknown Source) at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42) at
com.opentok.api.OpenTokSDK$create_session.call(Unknown Source)
Thanks in advance.