11 lines
208 B
C#
11 lines
208 B
C#
namespace xPushService.Constants {
|
|
public enum XCallType {
|
|
None,
|
|
Chat,
|
|
AudioCall,
|
|
VideoCall,
|
|
DesktopShare,
|
|
AudioConference,
|
|
VideoConference,
|
|
}
|
|
} |