Live-Streaming 시 새로운 단독 화면(AVFoundation 관련) 이 뜨지 않고, 인라인에 나타났으면 좋겠다.
→ allowsInlineMediaPlayback
속성 설정으로 해결!
private lazy var scriptConfig = WKWebViewConfiguration().then {
$0.userContentController = self.scriptController
$0.allowsInlineMediaPlayback = true // 이 속성 설정으로 해결되었다.
}
Set this property to
true
to play videos inline, orfalse
to use the native full-screen controller.
APNS - FCM 이 안된다