Agora RTC Objective-C API Reference  Refactor
Instance Methods
<AgoraMediaMetadataDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - didMetadataReceived:
 

Detailed Description

The definition of AgoraMediaMetadataDelegate.

Note
Implement the callback in this protocol in the critical thread. We recommend avoiding any time-consuming operation in the critical thread.

Method Documentation

◆ didMetadataReceived:

- (void) didMetadataReceived: (AgoraMetadata *_Nonnull)  metadata
required

Occurs when the local user receives the metadata.

Parameters
metadataThe received metadata. See AgoraMetadata.

◆ receiveMetadata:fromUser:atTimestamp:

- (void) receiveMetadata: (NSData *_Nonnull)  data
fromUser: (NSInteger)  uid
atTimestamp: (NSTimeInterval)  timestamp 
optional