Crash when receiving a screen share

It seems that the SDK uses ViewBinding.
Adding the following settings to My App resolved the issue.

viewBinding {
    enabled = true
}
1 Like