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