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.
Handle for the media stream.
Declaration
OdinMediaStreamHandle media_handle;
Type of the media stream.
Declaration
OdinMediaStreamType media_type;