Method | Description | |
---|---|---|
Call ( string dest ) : void | ||
ClearRingDev ( ) : void | ||
CloseStreams ( ) : void | ||
Hangup ( int call_id ) : void | ||
HoldAll ( ) : void | ||
PlayDTMF ( char dtmf, string uuid, bool no_close = false ) : void | ||
PlayInUUID ( string uuid, string to_play ) : void | ||
PrepareStream ( AudioDevice indev, AudioDevice outdev ) : void | ||
SendDTMF ( string dtmf ) : void | ||
SetInAndOutDev ( AudioDevice indev, AudioDevice outdev ) : void | ||
SwitchTo ( int call_id ) : void | ||
get_devices ( bool refresh ) : AudioDevice[] | ||
refresh_devices ( bool force = false ) : void | ||
set_mute ( bool muted ) : void |
Method | Description | |
---|---|---|
Answer ( int call_id ) : void | ||
SetInAndOutDev ( int indev_guid, int outdev_guid ) : void | ||
SetInDev ( int guid ) : void | ||
SetOutDev ( int guid ) : void | ||
SetRingDev ( int guid ) : void | ||
guid_to_id ( int guid ) : int |
public static PlayDTMF ( char dtmf, string uuid, bool no_close = false ) : void | ||
dtmf | char | |
uuid | string | |
no_close | bool | |
return | void |
public static PlayInUUID ( string uuid, string to_play ) : void | ||
uuid | string | |
to_play | string | |
return | void |
public static PrepareStream ( AudioDevice indev, AudioDevice outdev ) : void | ||
indev | AudioDevice | |
outdev | AudioDevice | |
return | void |
public static SendDTMF ( string dtmf ) : void | ||
dtmf | string | |
return | void |
public static SetInAndOutDev ( AudioDevice indev, AudioDevice outdev ) : void | ||
indev | AudioDevice | |
outdev | AudioDevice | |
return | void |
public static SwitchTo ( int call_id ) : void | ||
call_id | int | |
return | void |
public static get_devices ( bool refresh ) : AudioDevice[] | ||
refresh | bool | |
return | AudioDevice[] |
public static refresh_devices ( bool force = false ) : void | ||
force | bool | |
return | void |