Interface ClientVoicechatInitializationEvent

All Superinterfaces:
ClientEvent, Event

public interface ClientVoicechatInitializationEvent extends ClientEvent
  • Method Details

    • setSocketImplementation

      void setSocketImplementation(ClientVoicechatSocket socket)
      Sets a custom implementation of the socket used for client side voice chat traffic.
      Parameters:
      socket - the custom socket implementation
    • getSocketImplementation

      @Nullable ClientVoicechatSocket getSocketImplementation()
      Returns:
      the custom socket implementation or null to use voice chats default one