Skip to content

Instantly share code, notes, and snippets.

@Haerezis
Last active August 29, 2015 14:05
Show Gist options
  • Save Haerezis/226441d73420ccb37ee3 to your computer and use it in GitHub Desktop.
Save Haerezis/226441d73420ccb37ee3 to your computer and use it in GitHub Desktop.
<iq xmlns="jabber:client" to="tes@conference.jitmeet.example.com/ead7fe02" type="set" id="3:sendIQ">
<jingle xmlns="urn:xmpp:jingle:1" action="session-initiate" initiator="7d6f8a3e-1195-4346-974f-775679f577e3@jitmeet.example.com/e02e6d6b-e0cb-4ae3-85a8-7b56fe18d851" sid="udynjyxxecjw">
<content creator="initiator" name="audio" senders="both">
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="audio" ssrc="1836446403">
<payload-type id="111" name="opus" clockrate="48000" channels="2">
<parameter name="minptime" value="10" />
</payload-type>
<payload-type id="103" name="ISAC" clockrate="16000" channels="1" />
<payload-type id="104" name="ISAC" clockrate="32000" channels="1" />
</description>
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1" ufrag="dn237" pwd="4c18gs2t8449la44cnopkb5jfs">
<fingerprint xmlns="urn:xmpp:tmp:jingle:apps:dtls:0" hash="sha-1" setup="actpass">DE:D7:83:E8:7F:00:A2:23:34:12:6F:72:00:AA:CA:FA:2F:95:0C:58</fingerprint>
<candidate foundation="1" component="1" protocol="udp" priority="2130706431" ip="ffff:e35:2e2c:f010:ffff:a757:90f1:ffff" port="10010" type="host" generation="0" network="1" id="ayt5ompzna" />
<candidate foundation="1" component="2" protocol="udp" priority="2130706430" ip="ffff:e35:2e2c:f010:ffff:a757:90f1:ffff" port="10011" type="host" generation="0" network="1" id="jkxehmjdit" />
</transport>
</content>
<content creator="initiator" name="video" senders="both">
<description xmlns="urn:xmpp:jingle:apps:rtp:1" media="video" ssrc="3500666910">
<payload-type id="100" name="VP8" clockrate="90000" channels="1">
<payload-type id="116" name="red" clockrate="90000" channels="1" />
<payload-type id="117" name="ulpfec" clockrate="90000" channels="1" />
</description>
<transport xmlns="urn:xmpp:jingle:transports:ice-udp:1" ufrag="1grt" pwd="78909dilhqdr3kc3aj2jkfrkhn">
<fingerprint xmlns="urn:xmpp:tmp:jingle:apps:dtls:0" hash="sha-1" setup="actpass">27:8C:36:C1:D8:0F:33:B5:3F:24:A1:98:2B:3D:83:AA:ED:08:34:A6</fingerprint>
<candidate foundation="1" component="1" protocol="udp" priority="2130706431" ip="ffff:e35:2e2c:f010:ffff:a757:90f1:ffff" port="10014" type="host" generation="0" network="1" id="g0c2c4jmb6" />
<candidate foundation="1" component="2" protocol="udp" priority="2130706430" ip="ffff:e35:2e2c:f010:ffff:a757:90f1:ffff" port="10015" type="host" generation="0" network="1" id="5ssxjfv008" />
</transport>
</content>
</jingle>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment