OdinEvent_MediaRemovedData
Data structure for the OdinEvent_MediaRemoved event.
Declaration
typedef struct OdinEvent_MediaRemovedData {
uint64_t peer_id;
OdinMediaStreamHandle media_handle;
} OdinEvent_MediaRemovedData;
Fields
peer_id
ID of the peer that removed the media.
Handle for the media stream.
Declaration
OdinMediaStreamHandle media_handle;