Skip to content

Commit

Permalink
Specify configureTransceiverRollingBuffer as a Public API
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Dec 17, 2024
1 parent 4c93c13 commit d50ef8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ typedef struct {
*
* @return STATUS code of the execution. STATUS_SUCCESS on success
*/
STATUS configureTransceiverRollingBuffer(PRtcRtpTransceiver, PRtcMediaStreamTrack, DOUBLE, DOUBLE);
PUBLIC_API STATUS configureTransceiverRollingBuffer(PRtcRtpTransceiver, PRtcMediaStreamTrack, DOUBLE, DOUBLE);

/**
* @brief Initialize a RtcPeerConnection with the provided Configuration
Expand Down

0 comments on commit d50ef8b

Please sign in to comment.