zdk.objc
|
Ringback tone's main entry point. More...
#import <ZDKRingBackToneControl.h>
Instance Methods | |
(id< ZDKResult >) | - play |
Starts the ringback tone playing. More... | |
(id< ZDKResult >) | - stop |
Stops the playing of the ringback tone. More... | |
(NSString *) | - handlesDescription |
Instance Methods inherited from <ZDKZHandle> | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
BOOL | enable |
Gets the configured use of ringback tone. More... | |
id< ZDKSound > | ringBackSound |
Sets the configured ringback sound. More... | |
Ringback tone's main entry point.
Entry point for controlling the ringback tone heard by the user when the remote peer starts ringing
- (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
- (id< ZDKResult >) play |
- (id< ZDKResult >) stop |
Stops the playing of the ringback tone.
The ringback tone will be stoped only if it is already running and enabled! Error will be returned otherwise.
|
readwritenonatomicassign |
Gets the configured use of ringback tone.
Whether ringback tones can be played or not.
ENABLED by default!
[in] | value |
|
|
readwritenonatomicassign |
Sets the configured ringback sound.
[in] | value | The new ringback sound to be used |