Files
xPushService/Constants/XCallType.cs
T
2024-01-25 04:47:14 +03:30

11 lines
208 B
C#

namespace xPushService.Constants {
public enum XCallType {
None,
Chat,
AudioCall,
VideoCall,
DesktopShare,
AudioConference,
VideoConference,
}
}