fine
2024-01-09 8874c90db2c238fa4c55df491675fe7fec9d93b2
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}