package com.ydl.audioim;

/**
 * @author jiucheng
 * @描述:页面参数传递常量
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/11/7
 */
public interface IntentConstants {
    String INTENT_EXPERT_HEAD_URL = "intent_expert_head_url";
    String INTENT_EXPERT_NAME = "intent_expert_name";
    String INTENT_EXPERT_TIPS = "intent_expert_tips";
    String INTENT_ROOM_ID = "intent_room_id";
    String INTENT_REMAIN_TIME = "intent_remain_time";
    String INTENT_RELATION_ID = "intent_relation_id";
    String INTENT_CALL_ID = "INTENT_CALL_ID";
    String INTENT_TOKEN = "intent_token";
    String INTENT_SIGNAL_TOKEN= "intent_signal_token";
    String INTENT_LISTENER_UID= "intent_listener_uid";
    String INTENT_TOTAL_DURATION= "intent_total_duration";
    String INTENT_LISTEN_ID= "intent_listen_id";
    String INTENT_COMMENT_URL= "intent_comment_url";
    String INTENT_ISSHOWAXB= "intent_isshowaxb";
    String INTENT_DIALSTATUS="intent_dialstatus";
}