Skip to content

Instantly share code, notes, and snippets.

View francodriansetti's full-sized avatar

Franco. francodriansetti

View GitHub Profile
button.unMuteOverlayButton {
visibility: hidden;
}
## Libraries We Use
The following sets foth attribution notices for thid party software that may be condtained in portions of the StreamHub product. We thank the open source community of their contributions
### Kaltura
All player-sdk-native-ios code is released under the AGPLv3.
### AFNetWorking
## Libraries We Use
The following sets foth attribution notices for thid party software that may be condtained in portions of the StreamHub product. We thank the open source community of their contributions
### Kaltura
All player-sdk-native-ios code is released under the AGPLv3.
### AFNetWorking
#Libraries We Use
The following sets foth attribution notices for thid party software that may be condtained in portions of the StreamHub product. We thank the open source community of their contributions
###Kaltura
All player-sdk-native-ios code is released under the AGPLv3.
###AFNetWorking
import android.util.Log;
/**
* LL -- extended logging abilities
*
* LL exists to allow builders to leave logging calls in production code; it
* provides overrides for android.util.Log's .d, .i, .v and .w methods that will
* be suppressed when logLevel is set to 0.
*
* @author Franco Driansetti David Lomuscio