-
- All Implemented Interfaces:
public class ErrorCodes.WebrtcErrors
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegercCreateOfferFailedprivate final IntegercCreateAnswerFailedprivate final IntegercSetLocalDescriptionFailedprivate final IntegercSetRemoteDescriptionFailedprivate final IntegercICEFailurepublic final static ErrorCodes.WebrtcErrorsINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCCreateOfferFailed()final IntegergetCCreateAnswerFailed()final IntegergetCSetLocalDescriptionFailed()final IntegergetCSetRemoteDescriptionFailed()final IntegergetCICEFailure()-
-
Method Detail
-
getCCreateOfferFailed
final Integer getCCreateOfferFailed()
-
getCCreateAnswerFailed
final Integer getCCreateAnswerFailed()
-
getCSetLocalDescriptionFailed
final Integer getCSetLocalDescriptionFailed()
-
getCSetRemoteDescriptionFailed
final Integer getCSetRemoteDescriptionFailed()
-
getCICEFailure
final Integer getCICEFailure()
-
-
-
-