Browse Source

Added info about Id field in Screenshare document.

pull/3/head
Simon Eisenmann 12 years ago
parent
commit
5db0ac11da
  1. 5
      doc/CHANNELING-API.txt

5
doc/CHANNELING-API.txt

@ -538,11 +538,16 @@ Data channel only messages @@ -538,11 +538,16 @@ Data channel only messages
{
"Type": "Screenshare",
"Id": "",
"Screenshare": {
"id": "screenshare_token"
}
}
The Id field is the peer where this screen sharing token is valid. Essentially
it defines the user which started screensharing. It will be empty string when
received in peer to peer data channel mode.
The id is the token to be used to establish a token peer connection
to the user which sent the Screenshare document.

Loading…
Cancel
Save