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