STWCall With Audio Sink Api
This api is the interface to start/receive any VoIp call with the Audio sink feature.
Audio sink : StreamWide SDK will not play the received audio in the session and will not capture audio from the Mic or any audio input, the SDK will share the audio stream.
Note :
- Play : receive audio in the session (developer will be able to receive a ShortArray for the incoming audio).
- Capture : push(write) audio in the session (developer will be able to push audio from any audion input he need(Mic, audio file..)).Functions
Call this method to accept a new PTT call.
Call this method to accept an incoming VoIP call
Call this method to connect to a channel.
Call this method to connect to a channel.
Call this method to get the AudioFormat for the given call. This method get the audio format for the Play. Do not call this method before the ready event, else you receive null.
Call this method to get the AudioFormat for the given call. This method get the audio format for the Play. Do not call this method before the ready event, else you receive null.
Call this method to start a new conference call
Call this method to join an audio conference call from existing conversation Note the audio sink feature will be ENABLED by default when using this method.
Call this method to join a PTT call.
Call this method to join a group call.
Call this method to start a new call out
Call this method to start a Cal out call, Note the audio sink feature will be ENABLED by default when using this method.
Call this method to start a new conference call
Call this method to start a new Conference call Note the audio sink feature will be ENABLED by default when using this method.
Call this method to start a new emergency Ambient listening call
Call this method to start a new Emergency Ambient Listening call.
Call this method to start a new audio VoIP call
Call this method to start a new PTT call,
Call this method to start a new PTT call
Call this method to start a new PTT call, Note the audio sink feature will be ENABLED by default when using this method.
Call this method to start a new PTT call Note the audio sink feature will be ENABLED by default when using this method.
Call this method to start a new emergency PTT call
Call this method to start a new Emergency PTT call
Call this method to start a new emergency PTT call with adding the recipients of the active channel
Start new emergency alert call to the recipients include the member of selected channel
Call this method to start a new video call
Call this method to start a video call, Note the audio sink feature will be ENABLED by default when using this method.