Skip to main content

OdinEvent_MediaAddedData

Data structure for the OdinEvent_MediaAdded event.

Declaration
typedef struct OdinEvent_MediaAddedData {
uint64_t peer_id;
OdinMediaStreamHandle media_handle;
OdinMediaStreamType media_type;
} OdinEvent_MediaAddedData;

Fields

peer_id

ID of the peer that added the media.

Declaration
uint64_t peer_id;

media_handle

Handle for the media stream.

Declaration
OdinMediaStreamHandle media_handle;

media_type

Type of the media stream.

Declaration
OdinMediaStreamType media_type;