Add missing import
This commit is contained in:
parent
0773d0dd88
commit
e98cc51f44
@ -9,6 +9,7 @@ import Foundation
|
|||||||
import os
|
import os
|
||||||
import bigbluebutton_mobile_sdk_common
|
import bigbluebutton_mobile_sdk_common
|
||||||
import AVFAudio
|
import AVFAudio
|
||||||
|
import React
|
||||||
|
|
||||||
open class BigBlueButtonSDK: NSObject {
|
open class BigBlueButtonSDK: NSObject {
|
||||||
// Logger (these messages are displayed in the console application)
|
// Logger (these messages are displayed in the console application)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bigbluebutton-mobile-sdk",
|
"name": "bigbluebutton-mobile-sdk",
|
||||||
"version": "0.1.22",
|
"version": "0.1.23",
|
||||||
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).",
|
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).",
|
||||||
"main": "lib/commonjs/index",
|
"main": "lib/commonjs/index",
|
||||||
"module": "lib/module/index",
|
"module": "lib/module/index",
|
||||||
|
Loading…
Reference in New Issue
Block a user