Skip to content

Api > MLMicrophone > RemoveSpeaker()


MLMicrophone.RemoveSpeaker(MLSpeaker speaker)⚓︎

Remove a currently bound speaker.

Parameters:⚓︎

Name Type Description
speaker MLSpeaker The speaker to be removed.

Usage⚓︎

---@type MLMicrophone
local mlmicrophone;

---@type MLSpeaker
local speaker;


mlmicrophone.RemoveSpeaker(speaker)