Interface ClientVoicechatInitializationEvent
- All Superinterfaces:
ClientEvent, Event
-
Method Summary
Modifier and TypeMethodDescriptionvoidSets a custom implementation of the socket used for client side voice chat traffic.Methods inherited from interface ClientEvent
getVoicechatMethods inherited from interface Event
cancel, isCancellable, isCancelled
-
Method Details
-
setSocketImplementation
Sets a custom implementation of the socket used for client side voice chat traffic.- Parameters:
socket- the custom socket implementation
-
getSocketImplementation
- Returns:
- the custom socket implementation or
nullto use voice chats default one
-