zdk.objc
Instance Methods | Properties | List of all members
<ZDKBanafoRecording> Protocol Reference

Banafo Recording. More...

#import <ZDKBanafoRecording.h>

Inheritance diagram for <ZDKBanafoRecording>:
<ZDKZHandle>

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...
 

Detailed Description

Banafo Recording.

Describes the Banafo Recording.

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ banafoCallId

- (NSString*) banafoCallId
readnonatomicassign

The Banafo Service's call ID this recording was taken for.

The Banafo Service's call ID this recording was taken for.

Returns
The Banafo Service's call ID this recording was taken for

◆ banafoId

- (NSString* _Nullable) banafoId
readnonatomicassign

The Banafo Service's recording ID.

The Banafo Service's recording ID.

Returns
The Banafo Service's recording ZDKD

◆ finishedAt

- (NSString* _Nullable) finishedAt
readnonatomicassign

Ending time of the recording.

Time and date when recording was finished in ZDKSO 8601 Format. Example: '2019-11-18T15:22:12.422Z'

Returns
The start time of the recording

◆ startedAt

- (NSString*) startedAt
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'

Returns
The start time of the recording

◆ streams

- (NSArray<id<ZDKRecordingStream> >*) streams
readnonatomicassign

List of streams this recording consists of.

List of streams this recording consists of.

Returns
The list of streams this recording consists of
See also
ZDKRecordingStream

The documentation for this protocol was generated from the following file: