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