Initial Commit ...
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using xExceptions.Attributes;
|
||||
|
||||
namespace xPushService.Constants {
|
||||
public enum XWebRTCAction {
|
||||
//
|
||||
[StringValue ("RequestCall")]
|
||||
RequestCall,
|
||||
|
||||
[StringValue ("RequestUserCall")]
|
||||
RequestUserCall,
|
||||
|
||||
//
|
||||
[StringValue ("CancelCall")]
|
||||
CancelCall,
|
||||
|
||||
[StringValue ("RejectCall")]
|
||||
RejectCall,
|
||||
|
||||
[StringValue ("AcceptCall")]
|
||||
AcceptCall,
|
||||
|
||||
//
|
||||
[StringValue ("WebRTCOffer")]
|
||||
WebRTCOffer,
|
||||
|
||||
[StringValue ("WebRTCAnswer")]
|
||||
WebRTCAnswer,
|
||||
|
||||
[StringValue ("WebRTCICECandidate")]
|
||||
WebRTCICECandidate,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user