MVN

io.dyte : webrtc

Maven & Gradle

Aug 21, 2023

Dyte WebRTC · Dyte's own WebRTC implementation in Kotlin Multi-platform

<dependency>
    <groupId>io.dyte</groupId>
    <artifactId>webrtc</artifactId>
    <version>0.111.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dyte : webrtc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.111.0

All Versions

Choose a version of io.dyte : webrtc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.111.x
webrtc-0.111.0
0.110.x
webrtc-0.110.0
0.109.x
webrtc-0.109.0
0.108.x
webrtc-0.108.0
0.107.x
webrtc-0.107.1
webrtc-0.107.0
0.106.x
webrtc-0.106.3
webrtc-0.106.2
webrtc-0.106.1

How to add a dependency to Maven

Add the following io.dyte : webrtc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dyte</groupId>
    <artifactId>webrtc</artifactId>
    <version>0.111.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dyte : webrtc gradle dependency to your build.gradle file:

implementation 'io.dyte:webrtc:0.111.0'

Gradle Kotlin DSL: Add the following io.dyte : webrtc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dyte:webrtc:0.111.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dyte : webrtc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dyte" % "webrtc" % "0.111.0"