tnt group
2023-08-01 735df5a935f4e34e278ab06fcea4197d6466d960
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD
}