Add StreamLayerSDKWatchParty framework into your project during adding SPM package phase or in your project target Frameworks, Libraries, and Embeded Content section
Add this package into your project and import it:
import StreamLayerSDKPlugins
Pass plugin bridge object to the sdk:
func configureWatchPartyPlugin() {
let plugin: SLRWatchParyServiceProtocol = SLRWatchPartyPlugin()
StreamLayer.registerWatchPartyPlugin(plugin)
}