Package com.streamwide.smartms.lib.core.api_ktx.call.sink

Types

Link copied to clipboard
abstract class STWAudioSink

This class is the abstract object that will be returned in the case of using the Flow to handle the audio sink feature

Link copied to clipboard
class STWAudioSinkCall : STWAudioSink

This class should be used only when the Audio sink feature is Enabled.

Link copied to clipboard
class STWAudioSinkCapture : STWAudioSink

This class should be used only when the Audio sink feature is Enabled.

Link copied to clipboard
interface STWAudioSinkCaptureCallback

This interface should used when the audio sink feature is enabled to write audio in the given session :

Link copied to clipboard
annotation class STWAudioSinkEvent

This class represent all event that can be broadcasted for audio sink feature.

Link copied to clipboard
class STWAudioSinkPlay : STWAudioSink

This class should be used only when the Audio sink feature is Enabled.

Link copied to clipboard
interface STWAudioSinkPlayCallback

This interface should used when the audio sink feature is enabled to receive the audio sink callback :

Link copied to clipboard
object STWCallWithAudioSinkApi

This api is the interface to start/receive any VoIp call with the Audio sink feature.

Link copied to clipboard
interface STWSinkCaptureCallback

This interface should used when the audio sink feature is enabled to write audio in the given session :

Link copied to clipboard
interface STWSinkPlayCallback

This interface should used when the audio sink feature is enabled to receive the audio sink callback :