0

public class SinchService extends Service {

private static final String APP_KEY = "7b6f87ff-75ea-4-aae5192e52";
private static final String APP_SECRET = "";
private static final String ENVIRONMENT = "clientapi.sinch.com";

public static final String CALL_ID = "CALL_ID";
static final String TAG = SinchService.class.getSimpleName();

private SinchServiceInterface mSinchServiceInterface = new SinchServiceInterface();
private SinchClient mSinchClient;
private String mUserId;
cjensen
  • 2,703
  • 1
  • 16
  • 15
Mohammad Kashem
  • 1,419
  • 1
  • 4
  • 3

0 Answers0