Skip to content

Commit

Permalink
Merge pull request #6701 from ant-media/getRemoteIpFromWebRTCStats
Browse files Browse the repository at this point in the history
add getRemoteIpAddress into IWebRTCClient
  • Loading branch information
mekya authored Nov 3, 2024
2 parents 9fdac8a + bf5e92d commit e5a9da0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/io/antmedia/webrtc/api/IWebRTCClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ public interface IWebRTCClient {
* @return
*/
public String getStreamId();

/**
* Getter for remote ip address
* @return
*/
public String getRemoteIpAddress();


}

0 comments on commit e5a9da0

Please sign in to comment.