648540858
2023-07-05 deeff5533b2dd30ab7b74ca83bee9a7b39faf1d9
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}