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