예제 #1
0
파일: track.cpp 프로젝트: jetlive/librtc
DOMString label() {
    returnv_assert(m_track.get(), "");
    return m_track->id();
}