ConnectIpsParameters

Parameters interface for connecting IPs and managing socket connections.

This interface defines the state and update functions needed for managing remote socket connections to consume media streams from multiple IPs.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val roomRecvIPs: List<String>

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun updateConsumeSockets(consumeSockets: List<Map<String, SocketManager>>)
Link copied to clipboard
abstract fun updateRoomRecvIPs(roomRecvIPs: List<String>)