Skip to content

Commit d50ef8b

Browse files
authored
Specify configureTransceiverRollingBuffer as a Public API
1 parent 4c93c13 commit d50ef8b

File tree

1 file changed

+1
-1
lines changed
  • src/include/com/amazonaws/kinesis/video/webrtcclient

1 file changed

+1
-1
lines changed

src/include/com/amazonaws/kinesis/video/webrtcclient/Include.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ typedef struct {
16201620
*
16211621
* @return STATUS code of the execution. STATUS_SUCCESS on success
16221622
*/
1623-
STATUS configureTransceiverRollingBuffer(PRtcRtpTransceiver, PRtcMediaStreamTrack, DOUBLE, DOUBLE);
1623+
PUBLIC_API STATUS configureTransceiverRollingBuffer(PRtcRtpTransceiver, PRtcMediaStreamTrack, DOUBLE, DOUBLE);
16241624

16251625
/**
16261626
* @brief Initialize a RtcPeerConnection with the provided Configuration

0 commit comments

Comments
 (0)