Iwan Lebron
2024-06-10 f6157cc42c048a15f9962653cc957e4a32849bb2
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.common;
 
public enum InviteSessionType {
    PLAY,
    PLAYBACK,
    DOWNLOAD,
    BROADCAST,
    TALK
}