#include <IAgoraRtcEngine.h>
◆ Metadata()
| agora::rtc::IMetadataObserver::Metadata::Metadata |
( |
| ) |
|
|
inline |
◆ channelId
| const char* agora::rtc::IMetadataObserver::Metadata::channelId |
The channel ID of the metadata.
◆ uid
| unsigned int agora::rtc::IMetadataObserver::Metadata::uid |
The User ID that sent the metadata.
- For the receiver: The user ID of the user who sent the
metadata.
- For the sender: Ignore this value.
◆ size
| unsigned int agora::rtc::IMetadataObserver::Metadata::size |
The buffer size of the sent or received metadata.
◆ buffer
| unsigned char* agora::rtc::IMetadataObserver::Metadata::buffer |
The buffer address of the sent or received metadata.
◆ timeStampMs
| long long agora::rtc::IMetadataObserver::Metadata::timeStampMs |
The NTP timestamp (ms) when the metadata is sent.
- Note
- If the receiver is audience, the receiver cannot get the NTP timestamp (ms).