Class: OpenAI::Models::Realtime::ConnectionManager

Inherits:
Object
  • Object
show all
Defined in:
sig/openai/helpers/realtime/connection_manager.rbs

Instance Method Summary collapse

Constructor Details

#initializeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



6
# File 'sig/openai/helpers/realtime/connection_manager.rbs', line 6

def initialize: (

Instance Method Details

#open {|connection| ... } ⇒ top

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Yields:

Yield Parameters:

Yield Returns:

  • (top)

Returns:

  • (top)


17
# File 'sig/openai/helpers/realtime/connection_manager.rbs', line 17

def open: { (OpenAI::Realtime::Connection connection) -> top } -> top