fix(ios,broadcast-extension) remove unused import
It creates a compilation warning because it forces linking with the SDK.
This commit is contained in:
parent
41c068feaf
commit
57672ebea8
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
import ReplayKit
|
||||
import JitsiMeetSDK
|
||||
|
||||
private enum Constants {
|
||||
// the App Group ID value that the app and the broadcast extension targets are setup with. It differs for each app.
|
||||
|
|
Loading…
Reference in New Issue