Confirmed users
87
edits
| m (→Placing a call) | |||
| Line 90: | Line 90: | ||
| Either the SPA or Talkilla can send a 'hangup' message: | Either the SPA or Talkilla can send a 'hangup' message: | ||
| From the SPA: | From the SPA: | ||
|   postMessage({topic: "hangup", data: { |   postMessage({topic: "hangup", data: {peer: "+16501231234"}}); | ||
| From Talkilla: event.data contains | From Talkilla: event.data contains | ||
|   {topic: "hangup", data: { |   {topic: "hangup", data: {peer: "+16501231234"}} | ||
| =Data Channel API Documentation= | =Data Channel API Documentation= | ||
| This is still being defined | This is still being defined | ||