All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.dyte.mobilecorekmm.Utils.kt Maven / Gradle / Ivy

package com.dyte.mobilecorekmm

object Utils {
  fun String.printLog() {
    println("DyteClient $this")
  }

  fun String.printMediaSoupLog() {
    println("DC-MediaSoup ${this.length} || $this")
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy