panlinlin
2024-06-13 317c5455c6eeb7084460000055fa9d1dc6cecf4a
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;
    }
}