using LitJson; using System.Collections; using System.Collections.Generic; using UnityEngine; public class SCRtcIosEngine : SCRtcEngine { public override void send(Queue jsondata) { } }