Interface ClientVoicechatInitializationEvent
- All Superinterfaces:
ClientEvent
,Event
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets a custom implementation of the socket used for client side voice chat traffic.Methods inherited from interface de.maxhenkel.voicechat.api.events.ClientEvent
getVoicechat
Methods inherited from interface de.maxhenkel.voicechat.api.events.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
null
to use voice chats default one
-