galileomd
galileomd
you need to override the createpluslayer: ``` class editLiquidButton: LiquidFloatingActionButton { override func createPlusLayer(frame: CGRect) -> CAShapeLayer { let editLayer = CAShapeLayer() // add shapelayer here return editLayer } }...
let button = LiquidFloatingActionButton(frame: frame) button.image = UIImage(named: "yourfilehere")
in your ARDAppClient.m i have: (void)startSignalingIfReady { if (!_isTurnComplete || !self.isRegisteredWithRoomServer) { return; } self.state = kARDAppClientStateConnected; // Create peer connection. RTCMediaConstraints *constraints = [self defaultPeerConnectionConstraints]; _peerConnection = [_factory peerConnectionWithICEServers:_iceServers...
yep.. ditto
happy to help!
also interested in this! +1 vote
hi, very interested in seeing how to implement datachannel in openwebrtc also, preferably in swift... will dig into the c api but that's a significant hurdle