Name | +Description | +
---|---|
agent | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ agent token
+
+ |
+
Responses
+Status: 201 - success
+ + + +Status: 401 - permission denied
+ + + +Status: 405 - failed to confirm
+ + + +Status: 500 - internal server error
+ + + ++
setAccountSeal
+ +Set sealing key for account.
+ ++
/account/seal
+ +
Usage and SDK Samples
+ + + +curl -X PUT\
+-H "Content-Type: application/json"\
+"//account/seal?agent="
+ import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.AccountApi;
+
+import java.io.File;
+import java.util.*;
+
+public class AccountApiExample {
+
+ public static void main(String[] args) {
+
+ AccountApi apiInstance = new AccountApi();
+ Seal body = ; // Seal |
+ String agent = agent_example; // String | agent token
+ try {
+ apiInstance.setAccountSeal(body, agent);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling AccountApi#setAccountSeal");
+ e.printStackTrace();
+ }
+ }
+}
+ import io.swagger.client.api.AccountApi;
+
+public class AccountApiExample {
+
+ public static void main(String[] args) {
+ AccountApi apiInstance = new AccountApi();
+ Seal body = ; // Seal |
+ String agent = agent_example; // String | agent token
+ try {
+ apiInstance.setAccountSeal(body, agent);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling AccountApi#setAccountSeal");
+ e.printStackTrace();
+ }
+ }
+}
+ Seal *body = ; // (optional)
+String *agent = agent_example; // agent token (optional)
+
+AccountApi *apiInstance = [[AccountApi alloc] init];
+
+[apiInstance setAccountSealWith:body
+ agent:agent
+ completionHandler: ^(NSError* error) {
+ if (error) {
+ NSLog(@"Error: %@", error);
+ }
+ }];
+
+ var DataBag = require('data_bag');
+
+var api = new DataBag.AccountApi()
+var opts = {
+ 'body': // {{Seal}}
+ 'agent': agent_example // {{String}} agent token
+};
+var callback = function(error, data, response) {
+ if (error) {
+ console.error(error);
+ } else {
+ console.log('API called successfully.');
+ }
+};
+api.setAccountSeal(opts, callback);
+
+ using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+ public class setAccountSealExample
+ {
+ public void main()
+ {
+
+ var apiInstance = new AccountApi();
+ var body = new Seal(); // Seal | (optional)
+ var agent = agent_example; // String | agent token (optional)
+
+ try
+ {
+ apiInstance.setAccountSeal(body, agent);
+ }
+ catch (Exception e)
+ {
+ Debug.Print("Exception when calling AccountApi.setAccountSeal: " + e.Message );
+ }
+ }
+ }
+}
+
+ <?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\ApiAccountApi();
+$body = ; // Seal |
+$agent = agent_example; // String | agent token
+
+try {
+ $api_instance->setAccountSeal($body, $agent);
+} catch (Exception $e) {
+ echo 'Exception when calling AccountApi->setAccountSeal: ', $e->getMessage(), PHP_EOL;
+}
+?>
+ use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::AccountApi;
+
+my $api_instance = WWW::SwaggerClient::AccountApi->new();
+my $body = WWW::SwaggerClient::Object::Seal->new(); # Seal |
+my $agent = agent_example; # String | agent token
+
+eval {
+ $api_instance->setAccountSeal(body => $body, agent => $agent);
+};
+if ($@) {
+ warn "Exception when calling AccountApi->setAccountSeal: $@\n";
+}
+ from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.AccountApi()
+body = # Seal | (optional)
+agent = agent_example # String | agent token (optional)
+
+try:
+ api_instance.set_account_seal(body=body, agent=agent)
+except ApiException as e:
+ print("Exception when calling AccountApi->setAccountSeal: %s\n" % e)
+ Parameters
+ + + +Name | +Description | +
---|---|
body | ++ + + + + | +
Name | +Description | +
---|---|
agent | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ agent token
+
+ |
+
Responses
+Status: 201 - success
+ + + +Status: 401 - permission denied
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + +Admin
@@ -8191,7 +10114,17 @@ except ApiException as e:Name | +Description | +
---|---|
contact* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ contact token
+
+
+ Required
+
+ |
+
Responses
+Status: 200 - event set
+ + + +Status: 401 - not authorized
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + +Responses
+Status: 201 - success
+ + + +Status: 401 - permission denied
+ + + +Status: 404 - channel not found
+ + + +Status: 406 - storage limit reached
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + +Status: 401 - permission denied
+ + + +Status: 404 - field, channel not found
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + +Name | +Description | +
---|---|
agent* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ access token granted to agent
+
+
+ Required
+
+ |
+
contact* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ access token granted to contact
+
+
+ Required
+
+ |
+
Responses
+Status: 200 - success
+ + + +Status: 401 - permission denied
+ + + +Status: 404 - field, channel not found
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + +Name | +Description | +
---|---|
agent* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ agent token
+
+
+ Required
+
+ |
+
cardId* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ id of card to call
+
+
+ Required
+
+ |
+
Responses
+Status: 201 - entry created
+ + + +Status: 401 - permission denied
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + ++
addRing
+ +Create a ring event in contact
+ ++
/talk/ring
+ +
Usage and SDK Samples
+ + + +curl -X POST\
+-H "Content-Type: application/json"\
+"//talk/ring?contact=&calleeToken=&index="
+ import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TalkApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+
+ TalkApi apiInstance = new TalkApi();
+ String contact = contact_example; // String | contact token
+ String calleeToken = calleeToken_example; // String | token for the contact to connect with
+ Integer index = 56; // Integer | index of current ring
+ Ring body = ; // Ring |
+ try {
+ apiInstance.addRing(contact, calleeToken, index, body);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#addRing");
+ e.printStackTrace();
+ }
+ }
+}
+ import io.swagger.client.api.TalkApi;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+ TalkApi apiInstance = new TalkApi();
+ String contact = contact_example; // String | contact token
+ String calleeToken = calleeToken_example; // String | token for the contact to connect with
+ Integer index = 56; // Integer | index of current ring
+ Ring body = ; // Ring |
+ try {
+ apiInstance.addRing(contact, calleeToken, index, body);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#addRing");
+ e.printStackTrace();
+ }
+ }
+}
+ String *contact = contact_example; // contact token
+String *calleeToken = calleeToken_example; // token for the contact to connect with
+Integer *index = 56; // index of current ring
+Ring *body = ; // (optional)
+
+TalkApi *apiInstance = [[TalkApi alloc] init];
+
+[apiInstance addRingWith:contact
+ calleeToken:calleeToken
+ index:index
+ body:body
+ completionHandler: ^(NSError* error) {
+ if (error) {
+ NSLog(@"Error: %@", error);
+ }
+ }];
+
+ var DataBag = require('data_bag');
+
+var api = new DataBag.TalkApi()
+var contact = contact_example; // {{String}} contact token
+var calleeToken = calleeToken_example; // {{String}} token for the contact to connect with
+var index = 56; // {{Integer}} index of current ring
+var opts = {
+ 'body': // {{Ring}}
+};
+var callback = function(error, data, response) {
+ if (error) {
+ console.error(error);
+ } else {
+ console.log('API called successfully.');
+ }
+};
+api.addRing(contactcalleeTokenindex, opts, callback);
+
+ using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+ public class addRingExample
+ {
+ public void main()
+ {
+
+ var apiInstance = new TalkApi();
+ var contact = contact_example; // String | contact token
+ var calleeToken = calleeToken_example; // String | token for the contact to connect with
+ var index = 56; // Integer | index of current ring
+ var body = new Ring(); // Ring | (optional)
+
+ try
+ {
+ apiInstance.addRing(contact, calleeToken, index, body);
+ }
+ catch (Exception e)
+ {
+ Debug.Print("Exception when calling TalkApi.addRing: " + e.Message );
+ }
+ }
+ }
+}
+
+ <?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\ApiTalkApi();
+$contact = contact_example; // String | contact token
+$calleeToken = calleeToken_example; // String | token for the contact to connect with
+$index = 56; // Integer | index of current ring
+$body = ; // Ring |
+
+try {
+ $api_instance->addRing($contact, $calleeToken, $index, $body);
+} catch (Exception $e) {
+ echo 'Exception when calling TalkApi->addRing: ', $e->getMessage(), PHP_EOL;
+}
+?>
+ use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TalkApi;
+
+my $api_instance = WWW::SwaggerClient::TalkApi->new();
+my $contact = contact_example; # String | contact token
+my $calleeToken = calleeToken_example; # String | token for the contact to connect with
+my $index = 56; # Integer | index of current ring
+my $body = WWW::SwaggerClient::Object::Ring->new(); # Ring |
+
+eval {
+ $api_instance->addRing(contact => $contact, calleeToken => $calleeToken, index => $index, body => $body);
+};
+if ($@) {
+ warn "Exception when calling TalkApi->addRing: $@\n";
+}
+ from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TalkApi()
+contact = contact_example # String | contact token
+calleeToken = calleeToken_example # String | token for the contact to connect with
+index = 56 # Integer | index of current ring
+body = # Ring | (optional)
+
+try:
+ api_instance.add_ring(contact, calleeToken, index, body=body)
+except ApiException as e:
+ print("Exception when calling TalkApi->addRing: %s\n" % e)
+ Parameters
+ + + +Name | +Description | +
---|---|
body | ++ + + + + | +
Name | +Description | +
---|---|
contact* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ contact token
+
+
+ Required
+
+ |
+
calleeToken* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ token for the contact to connect with
+
+
+ Required
+
+ |
+
index* | +
+
+
+
+
+
+
+
+
+ Integer
+
+
+ (int32)
+
+
+
+
+ index of current ring
+
+
+ Required
+
+ |
+
Responses
+Status: 201 - entry created
+ + + +Status: 401 - permission denied
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + ++
endCall
+ +terminte sepecified call
+ ++
/talk/calls/{callId}
+ +
Usage and SDK Samples
+ + + +curl -X DELETE\
+"//talk/calls/{callId}?agent=&contact="
+ import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TalkApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+
+ TalkApi apiInstance = new TalkApi();
+ String callId = callId_example; // String | id of call to end
+ String agent = agent_example; // String | agent token
+ String contact = contact_example; // String | contact token
+ try {
+ apiInstance.endCall(callId, agent, contact);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#endCall");
+ e.printStackTrace();
+ }
+ }
+}
+ import io.swagger.client.api.TalkApi;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+ TalkApi apiInstance = new TalkApi();
+ String callId = callId_example; // String | id of call to end
+ String agent = agent_example; // String | agent token
+ String contact = contact_example; // String | contact token
+ try {
+ apiInstance.endCall(callId, agent, contact);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#endCall");
+ e.printStackTrace();
+ }
+ }
+}
+ String *callId = callId_example; // id of call to end
+String *agent = agent_example; // agent token (optional)
+String *contact = contact_example; // contact token (optional)
+
+TalkApi *apiInstance = [[TalkApi alloc] init];
+
+[apiInstance endCallWith:callId
+ agent:agent
+ contact:contact
+ completionHandler: ^(NSError* error) {
+ if (error) {
+ NSLog(@"Error: %@", error);
+ }
+ }];
+
+ var DataBag = require('data_bag');
+
+var api = new DataBag.TalkApi()
+var callId = callId_example; // {{String}} id of call to end
+var opts = {
+ 'agent': agent_example, // {{String}} agent token
+ 'contact': contact_example // {{String}} contact token
+};
+var callback = function(error, data, response) {
+ if (error) {
+ console.error(error);
+ } else {
+ console.log('API called successfully.');
+ }
+};
+api.endCall(callId, opts, callback);
+
+ using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+ public class endCallExample
+ {
+ public void main()
+ {
+
+ var apiInstance = new TalkApi();
+ var callId = callId_example; // String | id of call to end
+ var agent = agent_example; // String | agent token (optional)
+ var contact = contact_example; // String | contact token (optional)
+
+ try
+ {
+ apiInstance.endCall(callId, agent, contact);
+ }
+ catch (Exception e)
+ {
+ Debug.Print("Exception when calling TalkApi.endCall: " + e.Message );
+ }
+ }
+ }
+}
+
+ <?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\ApiTalkApi();
+$callId = callId_example; // String | id of call to end
+$agent = agent_example; // String | agent token
+$contact = contact_example; // String | contact token
+
+try {
+ $api_instance->endCall($callId, $agent, $contact);
+} catch (Exception $e) {
+ echo 'Exception when calling TalkApi->endCall: ', $e->getMessage(), PHP_EOL;
+}
+?>
+ use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TalkApi;
+
+my $api_instance = WWW::SwaggerClient::TalkApi->new();
+my $callId = callId_example; # String | id of call to end
+my $agent = agent_example; # String | agent token
+my $contact = contact_example; # String | contact token
+
+eval {
+ $api_instance->endCall(callId => $callId, agent => $agent, contact => $contact);
+};
+if ($@) {
+ warn "Exception when calling TalkApi->endCall: $@\n";
+}
+ from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TalkApi()
+callId = callId_example # String | id of call to end
+agent = agent_example # String | agent token (optional)
+contact = contact_example # String | contact token (optional)
+
+try:
+ api_instance.end_call(callId, agent=agent, contact=contact)
+except ApiException as e:
+ print("Exception when calling TalkApi->endCall: %s\n" % e)
+ Parameters
+ +Name | +Description | +
---|---|
callId* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ id of call to end
+
+
+ Required
+
+ |
+
Name | +Description | +
---|---|
agent | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ agent token
+
+ |
+
contact | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ contact token
+
+ |
+
Responses
+Status: 200 - successful operation
+ + + +Status: 401 - permission denied
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + ++
keepCall
+ +extend keep alive on specified call
+ ++
/talk/calls/{callId}
+ +
Usage and SDK Samples
+ + + +curl -X PUT\
+"//talk/calls/{callId}?agent="
+ import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TalkApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+
+ TalkApi apiInstance = new TalkApi();
+ String agent = agent_example; // String | agent token
+ String callId = callId_example; // String | id of call to keep alive
+ try {
+ apiInstance.keepCall(agent, callId);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#keepCall");
+ e.printStackTrace();
+ }
+ }
+}
+ import io.swagger.client.api.TalkApi;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+ TalkApi apiInstance = new TalkApi();
+ String agent = agent_example; // String | agent token
+ String callId = callId_example; // String | id of call to keep alive
+ try {
+ apiInstance.keepCall(agent, callId);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#keepCall");
+ e.printStackTrace();
+ }
+ }
+}
+ String *agent = agent_example; // agent token
+String *callId = callId_example; // id of call to keep alive
+
+TalkApi *apiInstance = [[TalkApi alloc] init];
+
+[apiInstance keepCallWith:agent
+ callId:callId
+ completionHandler: ^(NSError* error) {
+ if (error) {
+ NSLog(@"Error: %@", error);
+ }
+ }];
+
+ var DataBag = require('data_bag');
+
+var api = new DataBag.TalkApi()
+var agent = agent_example; // {{String}} agent token
+var callId = callId_example; // {{String}} id of call to keep alive
+
+var callback = function(error, data, response) {
+ if (error) {
+ console.error(error);
+ } else {
+ console.log('API called successfully.');
+ }
+};
+api.keepCall(agent, callId, callback);
+
+ using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+ public class keepCallExample
+ {
+ public void main()
+ {
+
+ var apiInstance = new TalkApi();
+ var agent = agent_example; // String | agent token
+ var callId = callId_example; // String | id of call to keep alive
+
+ try
+ {
+ apiInstance.keepCall(agent, callId);
+ }
+ catch (Exception e)
+ {
+ Debug.Print("Exception when calling TalkApi.keepCall: " + e.Message );
+ }
+ }
+ }
+}
+
+ <?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\ApiTalkApi();
+$agent = agent_example; // String | agent token
+$callId = callId_example; // String | id of call to keep alive
+
+try {
+ $api_instance->keepCall($agent, $callId);
+} catch (Exception $e) {
+ echo 'Exception when calling TalkApi->keepCall: ', $e->getMessage(), PHP_EOL;
+}
+?>
+ use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TalkApi;
+
+my $api_instance = WWW::SwaggerClient::TalkApi->new();
+my $agent = agent_example; # String | agent token
+my $callId = callId_example; # String | id of call to keep alive
+
+eval {
+ $api_instance->keepCall(agent => $agent, callId => $callId);
+};
+if ($@) {
+ warn "Exception when calling TalkApi->keepCall: $@\n";
+}
+ from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TalkApi()
+agent = agent_example # String | agent token
+callId = callId_example # String | id of call to keep alive
+
+try:
+ api_instance.keep_call(agent, callId)
+except ApiException as e:
+ print("Exception when calling TalkApi->keepCall: %s\n" % e)
+ Parameters
+ +Name | +Description | +
---|---|
callId* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ id of call to keep alive
+
+
+ Required
+
+ |
+
Name | +Description | +
---|---|
agent* | +
+
+
+
+
+
+
+
+
+ String
+
+
+
+
+ agent token
+
+
+ Required
+
+ |
+
Responses
+Status: 200 - successful operation
+ + + +Status: 401 - permission denied
+ + + +Status: 404 - call not found
+ + + +Status: 406 - call has already expired or closed
+ + + +Status: 410 - account disabled
+ + + +Status: 500 - internal server error
+ + + ++
signal
+ +Websocket endpoint for coordinating webrtc conversation
+ ++
/talk/signal
+ +
Usage and SDK Samples
+ + + +curl -X GET\
+"//talk/signal"
+ import io.swagger.client.*;
+import io.swagger.client.auth.*;
+import io.swagger.client.model.*;
+import io.swagger.client.api.TalkApi;
+
+import java.io.File;
+import java.util.*;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+
+ TalkApi apiInstance = new TalkApi();
+ try {
+ apiInstance.signal();
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#signal");
+ e.printStackTrace();
+ }
+ }
+}
+ import io.swagger.client.api.TalkApi;
+
+public class TalkApiExample {
+
+ public static void main(String[] args) {
+ TalkApi apiInstance = new TalkApi();
+ try {
+ apiInstance.signal();
+ } catch (ApiException e) {
+ System.err.println("Exception when calling TalkApi#signal");
+ e.printStackTrace();
+ }
+ }
+}
+
+TalkApi *apiInstance = [[TalkApi alloc] init];
+
+[apiInstance signalWithCompletionHandler:
+ ^(NSError* error) {
+ if (error) {
+ NSLog(@"Error: %@", error);
+ }
+ }];
+
+ var DataBag = require('data_bag');
+
+var api = new DataBag.TalkApi()
+var callback = function(error, data, response) {
+ if (error) {
+ console.error(error);
+ } else {
+ console.log('API called successfully.');
+ }
+};
+api.signal(callback);
+
+ using System;
+using System.Diagnostics;
+using IO.Swagger.Api;
+using IO.Swagger.Client;
+using IO.Swagger.Model;
+
+namespace Example
+{
+ public class signalExample
+ {
+ public void main()
+ {
+
+ var apiInstance = new TalkApi();
+
+ try
+ {
+ apiInstance.signal();
+ }
+ catch (Exception e)
+ {
+ Debug.Print("Exception when calling TalkApi.signal: " + e.Message );
+ }
+ }
+ }
+}
+
+ <?php
+require_once(__DIR__ . '/vendor/autoload.php');
+
+$api_instance = new Swagger\Client\ApiTalkApi();
+
+try {
+ $api_instance->signal();
+} catch (Exception $e) {
+ echo 'Exception when calling TalkApi->signal: ', $e->getMessage(), PHP_EOL;
+}
+?>
+ use Data::Dumper;
+use WWW::SwaggerClient::Configuration;
+use WWW::SwaggerClient::TalkApi;
+
+my $api_instance = WWW::SwaggerClient::TalkApi->new();
+
+eval {
+ $api_instance->signal();
+};
+if ($@) {
+ warn "Exception when calling TalkApi->signal: $@\n";
+}
+ from __future__ import print_statement
+import time
+import swagger_client
+from swagger_client.rest import ApiException
+from pprint import pprint
+
+# create an instance of the API class
+api_instance = swagger_client.TalkApi()
+
+try:
+ api_instance.signal()
+except ApiException as e:
+ print("Exception when calling TalkApi->signal: %s\n" % e)
+ Parameters
+ + + + + + +Responses
+Status: 200 - Awaiting token
+ + + ++