648540858
2024-01-21 46af350868f1d8c5d72d31c9eeb726474f4c6761
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}