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