Skip to content

Commit 94a2970

Browse files
committed
[Android] update rtc version 4.5.1
1 parent b093a6e commit 94a2970

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

+1-1
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

+1-1
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)