(type)
| 447 | this.functions.setVideoRoation(rotation); |
| 448 | } |
| 449 | getVideoDimensions(type) { |
| 450 | try { |
| 451 | return this.functions.getVideoDimensions(type); |
| 452 | } catch(e) { |
| 453 | console.warn(e); |
| 454 | } |
| 455 | } |
| 456 | setKeyboardEnabled(enabled) { |
| 457 | this.functions.setKeyboardEnabled(enabled === true ? 1 : 0); |
| 458 | } |
no outgoing calls
no test coverage detected