648540858
2023-06-28 639e0bab11332b6877b93c0e1a6bc824df2db158
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}