648540858
2024-04-09 bbf19c79091c46ac5465909429caef6e79c02e55
src/main/java/com/genersoft/iot/vmp/common/InviteInfo.java
@@ -28,7 +28,7 @@
    private StreamInfo streamInfo;
    public static InviteInfo getinviteInfo(String deviceId, String channelId, String stream, SSRCInfo ssrcInfo,
    public static InviteInfo getInviteInfo(String deviceId, String channelId, String stream, SSRCInfo ssrcInfo,
                                           String receiveIp, Integer receivePort, String streamMode,
                                           InviteSessionType type, InviteSessionStatus status) {
        InviteInfo inviteInfo = new InviteInfo();
@@ -123,4 +123,5 @@
    public void setStreamMode(String streamMode) {
        this.streamMode = streamMode;
    }
}