TeamViewerSdk

Welcome to the TeamViewer Screen sharing Sdk!

Usage of this Sdk is bound under the TeamViewer App Developer Agreement.

Types

Link copied to clipboard
class Builder(context: Context)

Builder object for the TeamViewerSdk.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun connectToSessionCode(sessionCode: Int)
fun connectToSessionCode(sessionCode: String)

Start connection to a given session code and wait for an incoming connection. Must be called from the main thread.

Link copied to clipboard
fun shutdown()

Leaves all sessions and goes offline. Must be called from the main thread.