odin_media_stream_peer_id
Retrieves the peer ID of the specified OdinMediaStreamHandle
Declaration
Parameters
stream
Handle of the media stream whose peer ID is to be retrieved. See OdinMediaStreamHandle
Declaration
out_peer_id
Pointer to a uint64_t
where the peer ID will be stored.
Declaration
Returns
A return code indicating success or failure. See OdinReturnCode
Return Type