disconnectVoice(channel, player) -- register callbacks for a specific channel --- on_offer(player): should return true to accept the connection --- on_connect(player, is_origin): is_origin is true if it's the local peer (not an answer) --- on_disconnect(player) vRP.registerVoice...