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