Skip to content

Commit 73851b0

Browse files
committed
[Android] update rtc version 4.5.1
1 parent 68bf452 commit 73851b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Android/APIExample/agora-simple-filter/src/main/cpp/AgoraRtcKit/NGIAgoraLocalUser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ class ILocalUserObserver {
15771577
/**
15781578
* datastream from this connection.
15791579
*/
1580-
virtual void onStreamMessage(user_id_t userId, int streamId, const char* data, size_t length) {}
1580+
virtual void onStreamMessage(user_id_t userId, int streamId, const char* data, size_t length, uint64_t sendTs = 0) {}
15811581

15821582
/**
15831583
* Occurs when the remote user state is updated.

Android/APIExample/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ simpleFilter = false
2323
# read enable stream encrypt section on README first before set this flag to TRUE
2424
streamEncrypt = false
2525

26-
rtc_sdk_version = 4.5.0
26+
rtc_sdk_version = 4.5.1

0 commit comments

Comments
 (0)