Skip to content

Commit d05a14e

Browse files
committed
feat: expose the getStreamForReactTag method for Android
1 parent b2e6f7c commit d05a14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/oney/WebRTCModule/WebRTCModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public boolean peerConnectionInit(ReadableMap configuration, int id) {
395395
}
396396
}
397397

398-
MediaStream getStreamForReactTag(String streamReactTag) {
398+
public MediaStream getStreamForReactTag(String streamReactTag) {
399399
// This function _only_ gets called from WebRTCView, in the UI thread.
400400
// Hence make sure we run this code in the executor or we run at the risk
401401
// of being out of sync.

0 commit comments

Comments
 (0)