Live Stream Support (iOS)
Last updated
Was this helpful?
Last updated
Was this helpful?
We support live stream on iOS by default. And you could also follow the instructions below to enhance the function of live stream.
Firstly, you need to install FireworkVideoIVSSupport
. Please refer to
In your iOS project, you need to call FireworkVideoSDK.enableIVSPlayback()
in application(:, didFinishLaunchingWithOptions:) -> Bool
method.
In your iOS project, you need to call FireworkVideoSDK.enableMultiHostPlayback()
in application(:, didFinishLaunchingWithOptions:) -> Bool
method.
Firstly, you need to install FireworkVideoAgoraSupport. Please refer to