|
zdk.objc
|
Banafo Recording. More...
#import <ZDKBanafoRecording.h>
Instance Methods | |
| (NSString *) | - handlesDescription |
Instance Methods inherited from <ZDKZHandle> | |
| (long int) | - handle |
| (void) | - initialize |
| (void) | - releaseReference |
| (NSString *) | - handlesDescription |
Properties | |
| NSString *_Nullable | banafoId |
| The Banafo Service's recording ID. More... | |
| NSString * | startedAt |
| Started time of the recording. More... | |
| NSString *_Nullable | finishedAt |
| Ending time of the recording. More... | |
| NSString * | banafoCallId |
| The Banafo Service's call ID this recording was taken for. More... | |
| NSArray< id< ZDKRecordingStream > > * | streams |
| List of streams this recording consists of. More... | |
Banafo Recording.
Describes the Banafo Recording.
| - (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
readnonatomicassign |
The Banafo Service's call ID this recording was taken for.
The Banafo Service's call ID this recording was taken for.
|
readnonatomicassign |
The Banafo Service's recording ID.
The Banafo Service's recording ID.
|
readnonatomicassign |
Ending time of the recording.
Time and date when recording was finished in ZDKSO 8601 Format. Example: '2019-11-18T15:22:12.422Z'
|
readnonatomicassign |
Started time of the recording.
Time and date when the recording was initiated in ZDKSO 8601 Format. Example: '2019-11-18T15:20:31.928Z'
|
readnonatomicassign |
List of streams this recording consists of.
List of streams this recording consists of.