-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
In v3.0 type isstring. Example from docs :
<response>
<returncode>SUCCESS</returncode>
<hooks>
<hook>
<hookID>12345678-1234-5678-1234-567812345678</hookID>
<callbackURL><![CDATA[http://postcatcher.in/catchers/abcdefghijk]]></callbackURL>
<meetingID><![CDATA[my-meeting</meetingID]]>> <!-- a hook created for this meeting only -->
<permanentHook>false</permanentHook>
<rawData>false</rawData>
</hook>
<hook>
<hookID>01234567-89ab-cdef-0123-456789abcdef</hookID>
<callbackURL><![CDATA[http://postcatcher.in/catchers/1234567890]]></callbackURL>
<!-- no meetingID means this is a global hook -->
<permanentHook>false</permanentHook>
<rawData>false</rawData>
</hook>
</hooks>
</response>in v2 is int:
<response>
<returncode>SUCCESS</returncode>
<hooks>
<hook>
<hookID>1</hookID>
<callbackURL><![CDATA[http://postcatcher.in/catchers/abcdefghijk]]></callbackURL>
<meetingID><![CDATA[my-meeting</meetingID]]>> <!-- a hook created for this meeting only -->
<permanentHook>false</permanentHook>
<rawData>false</rawData>
</hook>
<hook>
<hookID>2</hookID>
<callbackURL><![CDATA[http://postcatcher.in/catchers/1234567890]]></callbackURL>
<!-- no meetingID means this is a global hook -->
<permanentHook>false</permanentHook>
<rawData>false</rawData>
</hook>
</hooks>
</response>Metadata
Metadata
Assignees
Labels
No labels