Implement JNI and objc implementation for Ice Candidate Pair Change event surfacing
Bug: webrtc:10419 Change-Id: I18528bf2526e933568bf052de76a434f012161da Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148320 Commit-Queue: Alex Drake <alexdrake@google.com> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Anders Carlsson <andersc@webrtc.org> Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Reviewed-by: Alex Glaznev <glaznev@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28838}
This commit is contained in:
@ -266,6 +266,7 @@ if (is_android) {
|
||||
"api/org/webrtc/AudioSource.java",
|
||||
"api/org/webrtc/AudioTrack.java",
|
||||
"api/org/webrtc/CallSessionFileRotatingLogSink.java",
|
||||
"api/org/webrtc/CandidatePairChangeEvent.java",
|
||||
"api/org/webrtc/CryptoOptions.java",
|
||||
"api/org/webrtc/DataChannel.java",
|
||||
"api/org/webrtc/DtmfSender.java",
|
||||
@ -1263,6 +1264,7 @@ if (current_os == "linux" || is_android) {
|
||||
sources = [
|
||||
"api/org/webrtc/AudioTrack.java",
|
||||
"api/org/webrtc/CallSessionFileRotatingLogSink.java",
|
||||
"api/org/webrtc/CandidatePairChangeEvent.java",
|
||||
"api/org/webrtc/CryptoOptions.java",
|
||||
"api/org/webrtc/DataChannel.java",
|
||||
"api/org/webrtc/DtmfSender.java",
|
||||
|
Reference in New Issue
Block a user