conference_message_received
Module: Conference Service
Emitted when a new message is received in the current conference.
#include <conference.h>
Public Attributes
Name | |
---|---|
std::string | user_id |
struct participant_info::info | sender_info |
std::string | message |
std::string | conference_id |
struct dolbyio::comms::conference_message_received;
Public Attributes Documentation
variable user_id
std::string user_id;
The unique identifier of the participant who sent the message.
variable sender_info
struct participant_info::info sender_info;
Additional information about the sender of the message.
variable message
std::string message;
The message.
variable conference_id
std::string conference_id;
The unique identifier of the current conference.
Updated 3 months ago
Did this page help you?