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